]> SALOME platform Git repositories - modules/med.git/commitdiff
Salome HOME
windows porting
authorageay <ageay>
Thu, 25 Jul 2013 14:27:59 +0000 (14:27 +0000)
committerageay <ageay>
Thu, 25 Jul 2013 14:27:59 +0000 (14:27 +0000)
src/MEDCoupling/MEDCouplingPointSet.hxx

index d824ae1961312153db7a2c1a2bdbdeeae81ec5b3..26471e5398d175706054d80b27e517822a43de92 100644 (file)
@@ -134,7 +134,7 @@ namespace ParaMEDMEM
     virtual void getReverseNodalConnectivity(DataArrayInt *revNodal, DataArrayInt *revNodalIndx) const throw(INTERP_KERNEL::Exception) = 0;
     //tools
   public:
-    MEDCOUPLING_EXPORT bool areCellsFrom2MeshEqual(const MEDCouplingPointSet *other, int cellId, double prec) const;
+    bool areCellsFrom2MeshEqual(const MEDCouplingPointSet *other, int cellId, double prec) const;
   protected:
     void checkCoherency() const throw(INTERP_KERNEL::Exception);
     static bool intersectsBoundingBox(const double* bb1, const double* bb2, int dim, double eps);