Salome HOME
DCQ : Merge with Ecole Ete a6.
[modules/med.git] / src / MEDMEM / MEDMEM_Mesh.hxx
index 94531af2c89fcea9e9f5edc390063e592373213d..d4a4e2deb32d9b34394158d80158125ab091e26c 100644 (file)
@@ -98,7 +98,6 @@ protected:
 protected :
 
   string        _name; // A POSITIONNER EN FCT DES IOS ?
-  string        _description;
 
   mutable COORDINATE *   _coordinate;
   mutable CONNECTIVITY * _connectivity;
@@ -192,9 +191,8 @@ public :
 
 
   inline void        setName(string name);
-  inline void        setDescription(string description);
+
   inline string       getName() const;
-  inline string       getDescription() const;
   inline int         getSpaceDimension() const;
   inline int         getMeshDimension() const;
   inline bool        getIsAGrid();
@@ -396,18 +394,6 @@ inline string MESH::getName() const
   return _name;
 }
 
-/*! Set the MESH description */
-inline void MESH::setDescription(string description)
-{
-  _description=description; //NOM interne à la classe
-}
-
-/*! Get the MESH description */
-inline string MESH::getDescription() const
-{
-  return _description;
-}
-
 /*! Get the dimension of the space */
 inline int MESH::getSpaceDimension() const
 {