BUG: foamToEnsight: 4 digit files

This commit is contained in:
mattijs
2013-05-20 09:29:51 +01:00
parent 099ad24c21
commit 88ceb57654

View File

@ -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)