Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
8fb58d0e
Commit
8fb58d0e
authored
Sep 10, 2013
by
mattijs
Browse files
BUG: reconstructPar: disallow explicit conversion of instant
parent
a8590d52
Changes
1
Show whitespace changes
Inline
Side-by-side
applications/utilities/parallelProcessing/reconstructPar/reconstructPar.C
View file @
8fb58d0e
...
...
@@ -209,7 +209,7 @@ int main(int argc, char *argv[])
// Set all times on processor meshes equal to reconstructed mesh
forAll
(
databases
,
procI
)
{
databases
[
procI
].
setTime
(
runTime
.
timeName
(),
runTime
.
timeIndex
()
);
databases
[
procI
].
setTime
(
runTime
);
}
...
...
Write
Preview
Supports
Markdown
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