Salome HOME
DCQ:prepare 2.0.0
[modules/med.git] / src / MEDMEM / MEDMEM_ModulusArray.hxx
index 956c1d69c4d1b1aec7717201825e6ba8e19a418b..706324b6021151547c8f5c4b62c0de775ac0f11b 100644 (file)
@@ -11,7 +11,7 @@
   they are the same (positive or negative cycle) !
 */
 
-
+namespace MEDMEM {
 class MEDMODULUSARRAY {
 private:
   int   _length ;
@@ -26,6 +26,8 @@ public:
   int compare(const MEDMODULUSARRAY &modulusArray) const;
 
 };
+};
+using namespace MEDMEM;
 
 MEDMODULUSARRAY::MEDMODULUSARRAY(int length, const int * array) : 
   _length(length), _array(array)