mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
incorrect call of removeCells
This commit is contained in:
@ -520,7 +520,7 @@ void subsetMesh
|
||||
(
|
||||
cellLabels,
|
||||
exposedFaces,
|
||||
labelList(patchI, exposedFaces.size()),
|
||||
labelList(exposedFaces.size(), patchI),
|
||||
meshMod
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user