BUG: corrected parallel operation of exernalCoupled BC

This commit is contained in:
andy 2013-07-24 12:04:39 +01:00
parent 3a9ec0852e
commit ca15f70a39

View File

@ -536,9 +536,10 @@ externalCoupledMixedFvPatchField
fvPatchField<Type>::operator=(this->patchInternalField());
}
commsDir_.expand();
if (Pstream::master())
{
commsDir_.expand();
mkDir(baseDir());
}