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

This commit is contained in:
Mark Olesen
2017-05-16 17:28:09 +02:00
parent f895c934e7
commit cb4bf9e6b7

View File

@ -23,7 +23,7 @@ if (!fieldsToUse.found(fieldName))
).typeHeaderOk<volScalarField>(false, false)
);
if (variableGood)
if (!variableGood)
{
break;
}