Salome HOME
Merging with the MAN_SALOME2 branch
[modules/med.git] / src / MEDMEM / MEDMEM_Support.cxx
index 0cdfe01920beddef9c0b512adf76f7fd51ffdef8..6b9c0d759636a72249732ce561ab09f84b7e42ee 100644 (file)
@@ -17,6 +17,7 @@ using namespace std;
 #include "MEDMEM_Mesh.hxx"
 
 using namespace MED_EN;
+using namespace MEDMEM;
 
 /* This class is a generic class for family and group */
 
@@ -136,7 +137,7 @@ SUPPORT::~SUPPORT()
   operator <<.
 */
 //--------------------------------------------------
-ostream & operator<<(ostream &os, const SUPPORT &my)
+ostream & MEDMEM::operator<<(ostream &os, const SUPPORT &my)
 //--------------------------------------------------
 {
   os << "Name : "<< my.getName() << endl ;