X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNEL%2FInterpolationOptions.cxx;h=d66ffce1333058e7b441d3b89efc2afe0150c17b;hb=19a5d11f2c31745a83bd6993357263641c0babe5;hp=23c2e353dc7293bd9d7bf3810045fd683ffd68ec;hpb=5da72d398d0eb1820c3ce6dd90b8579b6b14edf5;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNEL/InterpolationOptions.cxx b/src/INTERP_KERNEL/InterpolationOptions.cxx index 23c2e353d..d66ffce13 100644 --- a/src/INTERP_KERNEL/InterpolationOptions.cxx +++ b/src/INTERP_KERNEL/InterpolationOptions.cxx @@ -96,12 +96,12 @@ void INTERP_KERNEL::InterpolationOptions::init() double INTERP_KERNEL::InterpolationOptions::getArcDetectionPrecision() const { - return INTERP_KERNEL::QUADRATIC_PLANAR::_arc_detection_precision; + return INTERP_KERNEL::QuadraticPlanarArcDetectionPrecision::getArcDetectionPrecision(); } void INTERP_KERNEL::InterpolationOptions::setArcDetectionPrecision(double p) { - INTERP_KERNEL::QUADRATIC_PLANAR::_arc_detection_precision=p; + INTERP_KERNEL::QuadraticPlanarArcDetectionPrecision::setArcDetectionPrecision(p); } std::string INTERP_KERNEL::InterpolationOptions::getIntersectionTypeRepr() const