Salome HOME
Indices are stored as mcIdType type instead of int to support switch to 64bits indexing
[tools/medcoupling.git] / src / INTERP_KERNEL / Interpolation1D0D.hxx
index df400c8cf69d447eae103d53134fc09ad5f677a0..1507a9ab3d3977365daf8751ba8281592ba759a3 100644 (file)
@@ -36,7 +36,7 @@ namespace INTERP_KERNEL
     Interpolation1D0D();
     Interpolation1D0D(const InterpolationOptions& io);
     template<class MyMeshType, class MatrixType>
-    int interpolateMeshes(const MyMeshType& srcMesh, const MyMeshType& targetMesh, MatrixType& result, const std::string& method);
+    typename MyMeshType::MyConnType interpolateMeshes(const MyMeshType& srcMesh, const MyMeshType& targetMesh, MatrixType& result, const std::string& method);
   private:
     void adjustBoundingBoxes(std::vector<double>& bbox);
   };