Skip to content
Snippets Groups Projects
Commit ca15f70a authored by andy's avatar andy
Browse files

BUG: corrected parallel operation of exernalCoupled BC

parent 3a9ec085
No related branches found
No related tags found
No related merge requests found
......@@ -536,9 +536,10 @@ externalCoupledMixedFvPatchField
fvPatchField<Type>::operator=(this->patchInternalField());
}
commsDir_.expand();
if (Pstream::master())
{
commsDir_.expand();
mkDir(baseDir());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment