]> SALOME platform Git repositories - modules/med.git/commitdiff
Salome HOME
convertTo
authorageay <ageay>
Wed, 26 Jun 2013 11:58:49 +0000 (11:58 +0000)
committerageay <ageay>
Wed, 26 Jun 2013 11:58:49 +0000 (11:58 +0000)
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;
   };