Salome HOME
MEDFileCurveLinearMesh -> getSpaceDimension() was missing
[tools/medcoupling.git] / src / INTERP_KERNEL / InterpolationCC.hxx
index 62f844b0651d107a9e1d218b56f41731c8d63d8c..10968c6c2d119705f850b1856e4424fc8bcdb392 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2015  OPEN CASCADE
+// Copyright (C) 2009-2020  OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -41,7 +41,7 @@ namespace INTERP_KERNEL
     InterpolationCC();
     InterpolationCC(const InterpolationOptions& io);
     template<class MyMeshType, class MatrixType>
-    int interpolateMeshes(const MyMeshType& srcMesh, const MyMeshType& targetMesh, MatrixType& result, const char *method);
+    typename MyMeshType::MyConnType interpolateMeshes(const MyMeshType& srcMesh, const MyMeshType& targetMesh, MatrixType& result, const char *method);
 
   private:
   };