Salome HOME
DCQ:prepare 2.0.0
[modules/med.git] / src / MEDMEM / MEDMEM_Unit.hxx
index 81a24f8603c930a2876f7f890c93d1ce09d51af9..924273da13f225913cbec8c7828747bb964182ce 100644 (file)
@@ -13,6 +13,7 @@
 #include "MEDMEM_define.hxx"
 //using namespace MED_EN;
 
+namespace MEDMEM {
 class UNIT { 
 protected:
   string _name ;
@@ -58,9 +59,11 @@ public:
   inline int    getLightIntensity() const ;
 
 } ;
+} ;
 
 // inline method :
 
+using namespace MEDMEM;
 inline void UNIT::setName(string Name) {
   _name = Name ;
 };