X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNEL%2FInterpolationOptions.cxx;h=ebd37d1a1d533d4b06a2c4faa4bd55e7e9f2cec2;hb=be4c3bb042d5426fbbe54378b9d7b35173ab27ef;hp=43d2e4222f424f56a9ddb72c8f93f0aa5c074c34;hpb=7895e356ec72f6667cbe4423e580e5a0839916d7;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNEL/InterpolationOptions.cxx b/src/INTERP_KERNEL/InterpolationOptions.cxx index 43d2e4222..ebd37d1a1 100644 --- a/src/INTERP_KERNEL/InterpolationOptions.cxx +++ b/src/INTERP_KERNEL/InterpolationOptions.cxx @@ -286,19 +286,18 @@ std::string INTERP_KERNEL::InterpolationOptions::printOptions() const return oss.str(); } -void INTERP_KERNEL::InterpolationOptions::CheckAndSplitInterpolationMethod(const char *method, std::string& srcMeth, std::string& trgMeth) +void INTERP_KERNEL::InterpolationOptions::CheckAndSplitInterpolationMethod(const std::string& method, std::string& srcMeth, std::string& trgMeth) { const int NB_OF_METH_MANAGED=4; const char *METH_MANAGED[NB_OF_METH_MANAGED]={"P0P0","P0P1","P1P0","P1P1"}; - std::string methodC(method); bool found=false; for(int i=0;i