mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
-latestTime fix
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user