Salome HOME
convertTo
[modules/med.git] / src / MEDLoader / MEDFileField.hxx
index ad1f8970c90837cf2bf8d0a66e7a5ca9a33a53af..31f4dcead9d197b0691350344354448d363f0d58 100644 (file)
@@ -664,7 +664,6 @@ namespace ParaMEDMEM
     virtual med_field_type getMEDFileFieldType() const = 0;
     MEDFileAnyTypeField1TSWithoutSDA *contentNotNullBase() throw(INTERP_KERNEL::Exception);
     const MEDFileAnyTypeField1TSWithoutSDA *contentNotNullBase() const throw(INTERP_KERNEL::Exception);
-    //void setContent(MEDCouplingAutoRefCountObjectPtr<MEDFileAnyTypeField1TSWithoutSDA> newc); tony
   protected:
     MEDCouplingAutoRefCountObjectPtr<MEDFileAnyTypeField1TSWithoutSDA> _content;
   };