diff --git a/applications/utilities/postProcessing/dataConversion/foamToEnsight/checkMeshMoving.H b/applications/utilities/postProcessing/dataConversion/foamToEnsight/checkMeshMoving.H index 123036f63a..8657a9cc21 100644 --- a/applications/utilities/postProcessing/dataConversion/foamToEnsight/checkMeshMoving.H +++ b/applications/utilities/postProcessing/dataConversion/foamToEnsight/checkMeshMoving.H @@ -1,21 +1,27 @@ -// check for "points" in all of the result directories +// check for "points" in any of the result directories -bool meshMoving = true; -if (Times.size() > 2) +bool meshMoving = false; +if (Times.size() > 1) { - for (label n1=2; n1