mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Fixed missing arguments in error message
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user