Skip to content
GitLab
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
87b26d09
Commit
87b26d09
authored
Oct 27, 2015
by
Henry Weller
Browse files
reconstructPar: Corrected time directory for reconstructed sets
Resolves bug-report
http://www.openfoam.org/mantisbt/view.php?id=1880
parent
93911ab9
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/utilities/parallelProcessing/reconstructPar/reconstructPar.C
View file @
87b26d09
...
...
@@ -792,6 +792,7 @@ int main(int argc, char *argv[])
);
}
cellSet
&
cSet
=
cellSets
[
setI
];
cSet
.
instance
()
=
runTime
.
timeName
();
forAllConstIter
(
cellSet
,
procSet
,
iter
)
{
...
...
@@ -818,6 +819,7 @@ int main(int argc, char *argv[])
);
}
faceSet
&
fSet
=
faceSets
[
setI
];
fSet
.
instance
()
=
runTime
.
timeName
();
forAllConstIter
(
faceSet
,
procSet
,
iter
)
{
...
...
@@ -843,6 +845,7 @@ int main(int argc, char *argv[])
);
}
pointSet
&
pSet
=
pointSets
[
setI
];
pSet
.
instance
()
=
runTime
.
timeName
();
forAllConstIter
(
pointSet
,
propSet
,
iter
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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