Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Mark Olesen
2020-10-12 12:52:17 +02:00
6 changed files with 12 additions and 8 deletions

View File

@ -67,10 +67,10 @@ if (doLagrangian)
}
}
forAllConstIters(theseCloudFields, fieldIter)
// Field order may differ on individual processors, so sort by name
for (const word& fieldName : theseCloudFields.sortedToc())
{
const word& fieldName = fieldIter.key();
const word& fieldType = fieldIter.val();
const word& fieldType = theseCloudFields[fieldName];
IOobject fieldObject
(