Skip to content
Snippets Groups Projects
Commit 88ceb576 authored by mattijs's avatar mattijs
Browse files

BUG: foamToEnsight: 4 digit files

parent 099ad24c
No related merge requests found
......@@ -240,7 +240,7 @@ int main(int argc, char *argv[])
wordHashSet allCloudNames;
if (Pstream::master())
{
word geomFileName = prepend + "000";
word geomFileName = prepend + "0000";
// test pre check variable if there is a moving mesh
if (meshMoving)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment