X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling_Swig%2FMEDCouplingFieldDiscretization.i;h=426faae0e98d8088cddaa4e3beb036da95730837;hb=8be544a31d08ec0537eef57b60edd48bc70c22db;hp=ced6d8b499ba99e7933112968f09f3ef030f42ca;hpb=fb6ad3f990cf8c26e23ff4f6ed571d85dc738aac;p=tools%2Fmedcoupling.git diff --git a/src/MEDCoupling_Swig/MEDCouplingFieldDiscretization.i b/src/MEDCoupling_Swig/MEDCouplingFieldDiscretization.i index ced6d8b49..426faae0e 100644 --- a/src/MEDCoupling_Swig/MEDCouplingFieldDiscretization.i +++ b/src/MEDCoupling_Swig/MEDCouplingFieldDiscretization.i @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D +// Copyright (C) 2007-2016 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -19,7 +19,7 @@ // Author : Anthony Geay (CEA/DEN) %newobject MEDCoupling::MEDCouplingFieldDiscretization::New; -%newobject MEDCoupling::MEDCouplingFieldDiscretization::deepCpy; +%newobject MEDCoupling::MEDCouplingFieldDiscretization::deepCopy; %newobject MEDCoupling::MEDCouplingFieldDiscretization::clone; %newobject MEDCoupling::MEDCouplingFieldDiscretization::clonePartRange; %newobject MEDCoupling::MEDCouplingFieldDiscretization::getOffsetArr; @@ -43,7 +43,7 @@ namespace MEDCoupling virtual bool isEqual(const MEDCouplingFieldDiscretization *other, double eps) const throw(INTERP_KERNEL::Exception); virtual bool isEqualIfNotWhy(const MEDCouplingFieldDiscretization *other, double eps, std::string& reason) const throw(INTERP_KERNEL::Exception); virtual bool isEqualWithoutConsideringStr(const MEDCouplingFieldDiscretization *other, double eps) const throw(INTERP_KERNEL::Exception); - virtual MEDCouplingFieldDiscretization *deepCpy() const throw(INTERP_KERNEL::Exception); + virtual MEDCouplingFieldDiscretization *deepCopy() const throw(INTERP_KERNEL::Exception); virtual MEDCouplingFieldDiscretization *clone() const throw(INTERP_KERNEL::Exception); virtual MEDCouplingFieldDiscretization *clonePartRange(int beginCellIds, int endCellIds, int stepCellIds) const throw(INTERP_KERNEL::Exception); virtual std::string getStringRepr() const throw(INTERP_KERNEL::Exception);