Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Nektar
Nektar
Commits
20a22bb7
Commit
20a22bb7
authored
May 29, 2014
by
Chris Cantwell
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix/rng' of /opt/gitlab/repositories/nektar
parents
dcf08de8
14cbfaaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
library/LibUtilities/BasicUtils/SessionReader.cpp
library/LibUtilities/BasicUtils/SessionReader.cpp
+2
-0
No files found.
library/LibUtilities/BasicUtils/SessionReader.cpp
View file @
20a22bb7
...
...
@@ -257,6 +257,8 @@ namespace Nektar
*/
void
SessionReader
::
InitSession
()
{
m_exprEvaluator
.
SetRandomSeed
((
m_comm
->
GetRank
()
+
1
)
*
time
(
NULL
));
// Split up the communicator
PartitionComm
();
...
...
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