Skip to content
Snippets Groups Projects
Commit 834e4938 authored by mattijs's avatar mattijs
Browse files

Fixed missing arguments in error message

parent 88e40704
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment