Salome HOME
DCQ : Merge with Ecole Ete a6.
[modules/med.git] / src / MEDMEM / MEDMEM_Meshing.hxx
index 0b1b955f8949f8f4de95d05091b56503147143e4..164ed112c3e180cf922bd5393a2ec79a452ba7fa 100644 (file)
@@ -1,12 +1,3 @@
-//  MED MEDMEM : MED files in memory
-//
-//  Copyright (C) 2003  CEA/DEN, EDF R&D
-//
-//
-//
-//  File   : MEDMEM_Meshing.hxx
-//  Module : MED
-
 /*
   File MEDMEM_Meshing.hxx
   $Header$
@@ -23,6 +14,7 @@ using namespace MED_EN;
   This class MESHING is a special class to set a MESH object.
 */
 
+namespace MEDMEM {
 class MESHING: public MESH
 {
 public :
@@ -72,5 +64,6 @@ public :
   void addGroup            (const GROUP & Group)
     throw (MEDEXCEPTION) ;
 };
+};
 
 #endif /* MESHING_HXX */