Salome HOME
Warning hunting
[modules/med.git] / src / INTERP_KERNEL / InterpolationCurve.hxx
index 36aaa086b9725aa018696b13988e58ee80f5d430..a952bd8f54507be1012e75686f9f7b35ec2c0891 100644 (file)
@@ -36,7 +36,7 @@ namespace INTERP_KERNEL
     // Main function to interpolate
     template<class MyMeshType, class MatrixType>
     int interpolateMeshes(const MyMeshType& meshS, const MyMeshType& meshT,
-                          MatrixType& result, const char *method);
+                          MatrixType& result, const std::string& method);
     
   };
 }