X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNEL%2FInterpolationOptions.hxx;h=9b11b0cedf7a0b16ee40387258f5dd981b185b31;hb=be4c3bb042d5426fbbe54378b9d7b35173ab27ef;hp=a37fbf6ddce630cdc80227018f7dfb6859324903;hpb=7895e356ec72f6667cbe4423e580e5a0839916d7;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNEL/InterpolationOptions.hxx b/src/INTERP_KERNEL/InterpolationOptions.hxx index a37fbf6dd..9b11b0ced 100644 --- a/src/INTERP_KERNEL/InterpolationOptions.hxx +++ b/src/INTERP_KERNEL/InterpolationOptions.hxx @@ -111,7 +111,7 @@ namespace INTERP_KERNEL bool setOptionString(const std::string& key, const std::string& value); std::string printOptions() const; public: - static void CheckAndSplitInterpolationMethod(const char *method, std::string& srcMeth, std::string& trgMeth); + static void CheckAndSplitInterpolationMethod(const std::string& method, std::string& srcMeth, std::string& trgMeth); private: static const double DFT_MEDIAN_PLANE; static const double DFT_SURF3D_ADJ_EPS;