Skip to content
Snippets Groups Projects
Commit 8fb58d0e authored by mattijs's avatar mattijs
Browse files

BUG: reconstructPar: disallow explicit conversion of instant

parent a8590d52
Branches
Tags
No related merge requests found
...@@ -209,7 +209,7 @@ int main(int argc, char *argv[]) ...@@ -209,7 +209,7 @@ int main(int argc, char *argv[])
// Set all times on processor meshes equal to reconstructed mesh // Set all times on processor meshes equal to reconstructed mesh
forAll(databases, procI) forAll(databases, procI)
{ {
databases[procI].setTime(runTime.timeName(), runTime.timeIndex()); databases[procI].setTime(runTime);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment