X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNEL%2FInterpolationOptions.cxx;h=d66ffce1333058e7b441d3b89efc2afe0150c17b;hb=ffdef130a5a36893d8e58d538884e79413975c7a;hp=c7d551f95475966ee7581e6708df8e4c77bd1707;hpb=75943f980f7b908052ef03c2c0154508f4b0a039;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNEL/InterpolationOptions.cxx b/src/INTERP_KERNEL/InterpolationOptions.cxx index c7d551f95..d66ffce13 100644 --- a/src/INTERP_KERNEL/InterpolationOptions.cxx +++ b/src/INTERP_KERNEL/InterpolationOptions.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D +// Copyright (C) 2007-2016 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -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