diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/addObject/polyAddFace.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/addObject/polyAddFace.H index 944e645fe0..8ae310fd36 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/addObject/polyAddFace.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/addObject/polyAddFace.H @@ -264,6 +264,10 @@ public: " const face& f,\n" " const label owner," " const label neighbour,\n" + " const label masterPointID,\n" + " const label masterEdgeID,\n" + " const label masterFaceID,\n" + " const bool flipFaceFlux,\n" " const label patchID,\n" " const label zoneID" ")" @@ -292,6 +296,7 @@ public: " const label masterPointID,\n" " const label masterEdgeID,\n" " const label masterFaceID,\n" + " const bool flipFaceFlux,\n" " const label patchID,\n" " const label zoneID,\n" " const bool zoneFlip\n"