Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
sensei
sensei
Commits
55a1b7eb
Commit
55a1b7eb
authored
Sep 10, 2018
by
David Thompson
Committed by
Burlen Loring
Sep 10, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Used a fixed seed value for random particle data.
parent
35dfb22c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
miniapps/oscillators/oscillator.cpp
miniapps/oscillators/oscillator.cpp
+2
-1
No files found.
miniapps/oscillators/oscillator.cpp
View file @
55a1b7eb
...
...
@@ -198,7 +198,8 @@ int main(int argc, char** argv)
int
threads
=
1
;
int
ghostLevels
=
0
;
int
numberOfParticles
=
-
1
;
int
seed
=
-
1
;
// Use a fixed seed by default for regression tests:
int
seed
=
0x240dc6a9
;
std
::
string
config_file
;
std
::
string
out_prefix
=
""
;
...
...
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