mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: foamToEnsight: 4 digit files
This commit is contained in:
@ -240,7 +240,7 @@ int main(int argc, char *argv[])
|
|||||||
wordHashSet allCloudNames;
|
wordHashSet allCloudNames;
|
||||||
if (Pstream::master())
|
if (Pstream::master())
|
||||||
{
|
{
|
||||||
word geomFileName = prepend + "000";
|
word geomFileName = prepend + "0000";
|
||||||
|
|
||||||
// test pre check variable if there is a moving mesh
|
// test pre check variable if there is a moving mesh
|
||||||
if (meshMoving)
|
if (meshMoving)
|
||||||
|
|||||||
Reference in New Issue
Block a user