mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: sampledCuttingPlane: user specifiable merge tolerance
This commit is contained in:
@ -229,7 +229,8 @@ void Foam::sampledCuttingPlane::createGeometry()
|
||||
cellDistance,
|
||||
pointDistance_,
|
||||
0.0,
|
||||
regularise_
|
||||
regularise_,
|
||||
mergeTol_
|
||||
)
|
||||
//new isoSurfaceCell
|
||||
//(
|
||||
@ -237,7 +238,8 @@ void Foam::sampledCuttingPlane::createGeometry()
|
||||
// cellDistance,
|
||||
// pointDistance_,
|
||||
// 0.0,
|
||||
// regularise_
|
||||
// regularise_,
|
||||
// mergeTol_
|
||||
//)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user