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

BUG: reconstructPar: setting time (#1107)

parent d57f9834
Branches
Tags
No related merge requests found
......@@ -856,6 +856,9 @@ int main(int argc, char *argv[])
// the master processor
forAll(timeDirs, timeI)
{
runTime.setTime(timeDirs[timeI], timeI);
databases[0].setTime(timeDirs[timeI], timeI);
fileName uniformDir0 = databases[0].timePath()/"uniform";
if (isDir(uniformDir0))
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment