mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: redistributePar: reconstruct mesh
This commit is contained in:
@ -2824,7 +2824,8 @@ int main(int argc, char *argv[])
|
|||||||
meshSubDir,
|
meshSubDir,
|
||||||
baseRunTime,
|
baseRunTime,
|
||||||
IOobject::NO_READ
|
IOobject::NO_READ
|
||||||
)
|
),
|
||||||
|
label(0)
|
||||||
);
|
);
|
||||||
haveUndecomposedMesh = facesIO.headerOk();
|
haveUndecomposedMesh = facesIO.headerOk();
|
||||||
Pstream::parRun(oldParRun);
|
Pstream::parRun(oldParRun);
|
||||||
|
|||||||
Reference in New Issue
Block a user