Skip to content
Snippets Groups Projects
Commit cc676d18 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

BUG: foamToEnsight fails with missing field at time 0 (fixes #473)

parent 61ea8936
No related branches found
No related tags found
Loading
...@@ -22,7 +22,7 @@ if (!fieldsToUse.found(fieldName)) ...@@ -22,7 +22,7 @@ if (!fieldsToUse.found(fieldName))
).typeHeaderOk<volScalarField>(false) ).typeHeaderOk<volScalarField>(false)
); );
if (variableGood) if (!variableGood)
{ {
break; break;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment