Formatting
This commit is contained in:
parent
6b3a796412
commit
17ac099f1b
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ void Foam::attachDetach::detachInterface
|
||||||
polyModifyFace
|
polyModifyFace
|
||||||
(
|
(
|
||||||
faces[curFaceID].reverseFace(), // modified face
|
faces[curFaceID].reverseFace(), // modified face
|
||||||
curFaceID, // label of face being modified
|
curFaceID, // label of face being modified
|
||||||
nei[curFaceID], // owner
|
nei[curFaceID], // owner
|
||||||
-1, // neighbour
|
-1, // neighbour
|
||||||
true, // face flip
|
true, // face flip
|
||||||
|
|
Reference in a new issue