This commit is contained in:
Hrvoje Jasak 2018-04-13 22:14:06 +01:00
parent afdc01fec6
commit 6f06d1cbd3
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ namespace Foam
{
/*---------------------------------------------------------------------------*\
Class wallPolyPatch Declaration
Class wallPolyPatch Declaration
\*---------------------------------------------------------------------------*/
class wallPolyPatch

View file

@ -468,7 +468,7 @@ Foam::polyMesh* Foam::blockMesh::createTopology
<< endl;
}
// Override neighbourpatch name
// Override neighbour patch name
if (nbrPatchNames[patchI] != word::null)
{
dict.set("neighbourPatch", nbrPatchNames[patchI]);