From: ageay Date: Wed, 26 Jun 2013 11:58:49 +0000 (+0000) Subject: convertTo X-Git-Tag: B4CMakeModifs~29 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=16916091feba764ca8844611d274c9b3c753c86e;p=modules%2Fmed.git convertTo --- diff --git a/src/MEDLoader/MEDFileField.hxx b/src/MEDLoader/MEDFileField.hxx index ad1f8970c..31f4dcead 100644 --- a/src/MEDLoader/MEDFileField.hxx +++ b/src/MEDLoader/MEDFileField.hxx @@ -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 newc); tony protected: MEDCouplingAutoRefCountObjectPtr _content; };