Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
b32d3500
Commit
b32d3500
authored
Dec 05, 2016
by
Kilian Lackhove
Browse files
added missing block
parent
80e5bc8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/LibUtilities/BasicUtils/FieldIO.cpp
View file @
b32d3500
...
...
@@ -421,6 +421,10 @@ std::string FieldIO::SetUpOutput(const std::string outname, bool perRank, bool b
}
specPath
=
newPath
;
}
if
(
backup
)
{
m_comm
->
Block
();
}
if
(
nprocs
==
1
)
{
...
...
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