ENH: createBafflesDict: improved dictionary variable syntax

This commit is contained in:
mattijs
2012-12-05 16:27:04 +00:00
parent c8a0ea85cc
commit c0e14130dc
2 changed files with 2 additions and 8 deletions

View File

@ -85,10 +85,7 @@ baffles
name baffles; name baffles;
type wall; type wall;
patchFields ${..master.patchFields}
{
${...master.patchFields}
}
} }
} }
} }

View File

@ -65,10 +65,7 @@ baffles
type cyclic; type cyclic;
neighbourPatch porous_half0; neighbourPatch porous_half0;
patchFields ${..master.patchFields}
{
${...master.patchFields}
}
} }
} }
} }