Salome HOME
update due to bugs PAL8113 and another I do not remember the number ;) .
[modules/med.git] / src / MEDMEM / duplicateMED.cxx
index 75a3e23e9f19eaaaf433b6113dabe7504a9e0b3b..f666f547d8a43063f3558bb4f00ff500d4826006 100644 (file)
@@ -1,9 +1,10 @@
-using namespace std;
 #include<string>
 
 #include "MEDMEM_Exception.hxx"
 #include "MEDMEM_Med.hxx"
 
+using namespace std;
+using namespace MEDMEM;
 void usage(char * name)
 {
   cout << "  " << name << " <input med file> <output med file> " <<endl ;