BUGFIX: IB compilation
This commit is contained in:
parent
6ca6d7f302
commit
1aa9f21825
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ void Foam::immersedBoundaryFvPatch::makeTriAddressing() const
|
|||
// Discard tri if already visited
|
||||
if (visited[curTri]) continue;
|
||||
|
||||
visited.insert(curTri);
|
||||
visited[curTri] = true;
|
||||
|
||||
const triFace& curTriPoints = triPatch[curTri];
|
||||
|
||||
|
|
Reference in a new issue