Salome HOME
Merge branch V7_main
[tools/medcoupling.git] / src / INTERP_KERNEL / Interpolation3D2D.hxx
index 75bebaee84c6649585492218b08ca48175e7b8e8..8ece823b0ad19179634ae5d3cefc139a0572e927 100644 (file)
@@ -50,7 +50,7 @@ namespace INTERP_KERNEL
     int interpolateMeshes(const MyMeshType& srcMesh,
                           const MyMeshType& targetMesh,
                           MyMatrixType& matrix,
-                          const char *method);
+                          const std::string& method);
     INTERPKERNEL_EXPORT DuplicateFacesType retrieveDuplicateFaces() const { return _duplicate_faces; }
   private:
     SplittingPolicy _splitting_policy;