From 88ceb576544eaaffb552dd9082c434a9cfaa3464 Mon Sep 17 00:00:00 2001 From: mattijs Date: Mon, 20 May 2013 09:29:51 +0100 Subject: [PATCH] BUG: foamToEnsight: 4 digit files --- .../postProcessing/dataConversion/foamToEnsight/foamToEnsight.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/utilities/postProcessing/dataConversion/foamToEnsight/foamToEnsight.C b/applications/utilities/postProcessing/dataConversion/foamToEnsight/foamToEnsight.C index edb29d3998..d50bf96448 100644 --- a/applications/utilities/postProcessing/dataConversion/foamToEnsight/foamToEnsight.C +++ b/applications/utilities/postProcessing/dataConversion/foamToEnsight/foamToEnsight.C @@ -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)