From 834e493812b044e4a500f98184fc98da9ab990cd Mon Sep 17 00:00:00 2001 From: mattijs Date: Fri, 11 Dec 2009 11:56:04 +0000 Subject: [PATCH] Fixed missing arguments in error message --- .../polyTopoChange/polyTopoChange/addObject/polyAddFace.H | 5 +++++ 1 file changed, 5 insertions(+) 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"