Salome HOME
Win64 porting. The same bug in numpy on cumsum than in Md10 32 bits.
[tools/medcoupling.git] / src / MEDLoader / MEDFileBasis.hxx
index 67702e68ef3664b58a8e70dc1bb3c69441adb698..706a3179d06c5022d086b319a5afb0108e543b5b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2013  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -33,7 +33,7 @@ namespace ParaMEDMEM
   public:
     MEDFileString(int maxLgth);
     ~MEDFileString();
-    void set(const char *s) throw(INTERP_KERNEL::Exception);
+    void set(const char *s);
     char *getPointer() { return _content; }
     const char *getReprForWrite() const { return _content; }
     std::string getRepr() const;