mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: foamToEnsight: using 3 digit extension
This commit is contained in:
@ -1026,7 +1026,7 @@ void Foam::ensightMesh::write
|
||||
|
||||
if (timeIndex == 0)
|
||||
{
|
||||
timeFile += "000.";
|
||||
timeFile += "0000.";
|
||||
}
|
||||
else if (meshMoving)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user