Salome HOME
Final version of the V2_2_0 in the main trunk of the CVS tree.
[modules/med.git] / src / MEDMEM / test_affect_medarray.cxx
index 055fff52493bd8ce50cb6a6ff10edbf76d3aec08..4bd9744eb1276468895939ca2e7f017359359587 100644 (file)
@@ -1,4 +1,3 @@
-using namespace std;
 /* Programme de test du constructeur de copies de la classe MEDARRAY de MEDMEM
    jroy - 16/12/2002 */
 
@@ -17,8 +16,10 @@ using namespace std;
 #include "MEDMEM_Support.hxx"
 #include "MEDMEM_Field.hxx"
 #include "MEDMEM_define.hxx"
-using namespace MEDMEM;
 
+using namespace std;
+using namespace MEDMEM;
+using namespace MED_EN;
 
 void affiche_medarray(MEDARRAY<double> & myMedArray)
 {