Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
OPAL
src
Commits
7ad07215
Commit
7ad07215
authored
Jan 24, 2020
by
snuverink_j
Browse files
signature ippl methods changed
parent
6799f9fa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ippl/test/FFT/SeaborgRes/fftspeed.cpp
ippl/test/FFT/SeaborgRes/fftspeed.cpp
+1
-1
ippl/test/FFT/fftspeed.cpp
ippl/test/FFT/fftspeed.cpp
+1
-1
src/Main.cpp
src/Main.cpp
+1
-1
No files found.
ippl/test/FFT/SeaborgRes/fftspeed.cpp
View file @
7ad07215
...
...
@@ -38,7 +38,7 @@ int main(int argc, char *argv[]) {
msg
<<
" <size> is the number of grid points in each dimension."
<<
endl
;
msg
<<
" <iters> is the number of iterations to run."
<<
endl
;
msg
<<
endl
;
Ippl
::
abort
(
0
,
0
);
Ippl
::
abort
(
0
);
}
if
(
argc
>
3
)
{
...
...
ippl/test/FFT/fftspeed.cpp
View file @
7ad07215
...
...
@@ -38,7 +38,7 @@ int main(int argc, char *argv[]) {
msg
<<
" <size> is the number of grid points in each dimension."
<<
endl
;
msg
<<
" <iters> is the number of iterations to run."
<<
endl
;
msg
<<
endl
;
Ippl
::
abort
(
0
,
0
);
Ippl
::
abort
(
0
);
}
if
(
argc
>
3
)
{
...
...
src/Main.cpp
View file @
7ad07215
...
...
@@ -260,7 +260,7 @@ int main(int argc, char *argv[]) {
}
else
if
(
argStr
==
std
::
string
(
"-version"
)
||
argStr
==
std
::
string
(
"--version"
))
{
INFOMSG
(
"OPAL Version "
<<
OPAL_PROJECT_VERSION
<<
", git rev. "
<<
Util
::
getGitRevision
()
<<
endl
);
IpplInfo
::
printVersion
(
true
);
IpplInfo
::
printVersion
();
std
::
string
options
=
(
IpplInfo
::
compileOptions
()
+
std
::
string
(
" "
)
+
std
::
string
(
OPAL_COMPILE_OPTIONS
)
+
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment