BUG: foamToEnsight: using 3 digit extension

This commit is contained in:
mattijs
2013-04-08 16:29:45 +01:00
parent d81d35bbc0
commit ccb38822ea

View File

@ -1026,7 +1026,7 @@ void Foam::ensightMesh::write
if (timeIndex == 0)
{
timeFile += "000.";
timeFile += "0000.";
}
else if (meshMoving)
{