Salome HOME
Remove valgrind errors on tesselate2DCurve test ! Bouuhhhh Adrien :)
[modules/med.git] / src / INTERP_KERNEL / Interpolation3D2D.hxx
index f75671223c780acb2629288febda703462b4f794..75bebaee84c6649585492218b08ca48175e7b8e8 100644 (file)
@@ -47,10 +47,10 @@ namespace INTERP_KERNEL
     INTERPKERNEL_EXPORT Interpolation3D2D();
     INTERPKERNEL_EXPORT Interpolation3D2D(const InterpolationOptions& io);
     template<class MyMeshType, class MyMatrixType>
-    INTERPKERNEL_EXPORT int interpolateMeshes(const MyMeshType& srcMesh,
-                                              const MyMeshType& targetMesh,
-                                              MyMatrixType& matrix,
-                                              const char *method);
+    int interpolateMeshes(const MyMeshType& srcMesh,
+                          const MyMeshType& targetMesh,
+                          MyMatrixType& matrix,
+                          const char *method);
     INTERPKERNEL_EXPORT DuplicateFacesType retrieveDuplicateFaces() const { return _duplicate_faces; }
   private:
     SplittingPolicy _splitting_policy;