ENH: sampledCuttingPlane: user specifiable merge tolerance

This commit is contained in:
mattijs
2011-09-13 10:54:58 +01:00
parent 906acdcdef
commit 89c502af13
2 changed files with 12 additions and 2 deletions

View File

@ -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_
//)
);