]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
windows port
authoradam <adam>
Thu, 22 Apr 2010 10:20:18 +0000 (10:20 +0000)
committeradam <adam>
Thu, 22 Apr 2010 10:20:18 +0000 (10:20 +0000)
src/MEDCoupling/MEDCouplingRemapper.hxx

index a4ef557df9469b2e6722eb49e576c0c5e11635e0..5e2bd63dd357ab4a7c7890aca4e5dd25438a717b 100644 (file)
@@ -51,7 +51,7 @@ namespace ParaMEDMEM
     MEDCOUPLINGREMAPPER_EXPORT bool setOptionDouble(const std::string& key, double value);
     MEDCOUPLINGREMAPPER_EXPORT bool setOptionString(const std::string& key, std::string& value);
   public:
-    static void printMatrix(const std::vector<std::map<int,double> >& m);
+    MEDCOUPLINGREMAPPER_EXPORT static void printMatrix(const std::vector<std::map<int,double> >& m);
   private:
     int prepareUU(const char *method);
     int prepareEE(const char *method);