From: ageay Date: Thu, 25 Jul 2013 14:27:59 +0000 (+0000) Subject: windows porting X-Git-Tag: B4PolyhIntersect~46 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=615c3c57c4515d06cd5697db0aadffc81f8606ca;p=modules%2Fmed.git windows porting --- diff --git a/src/MEDCoupling/MEDCouplingPointSet.hxx b/src/MEDCoupling/MEDCouplingPointSet.hxx index d824ae196..26471e539 100644 --- a/src/MEDCoupling/MEDCouplingPointSet.hxx +++ b/src/MEDCoupling/MEDCouplingPointSet.hxx @@ -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);