mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: fix library linkage (#2784), silence some unused variable warnings
This commit is contained in:
@ -81,7 +81,7 @@ if (doFiniteArea)
|
||||
|
||||
labelList patchIds
|
||||
(
|
||||
areaMesh.mesh().boundaryMesh().patchID(areaMesh.faceLabels())
|
||||
pbm.patchID(areaMesh.faceLabels())
|
||||
);
|
||||
|
||||
writer.writeCellData("patchID", patchIds);
|
||||
|
||||
Reference in New Issue
Block a user