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

-latestTime fix

parent b74f1096
No related merge requests found
......@@ -113,20 +113,10 @@ int main(int argc, char *argv[])
{
regionPrefix = regionName;
}
// Set all times (on reconstructed mesh and on processor meshes)
runTime.setTime(timeDirs[0], 0);
mesh.readUpdate();
forAll (databases, procI)
{
databases[procI].setTime(timeDirs[0], 0);
}
// Read all meshes and addressing to reconstructed mesh
processorMeshes procMeshes(databases, regionName);
// check face addressing for meshes that have been decomposed
// with a very old foam version
# include "checkFaceAddressingComp.H"
......
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