From: ageay Date: Fri, 17 Apr 2009 11:48:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: V5_1_main_FINAL~398 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bf1f80ab7ae8133278f5ddaa21446fa04e64cea2;p=tools%2Fmedcoupling.git *** empty log message *** --- diff --git a/src/MEDCoupling_Swig/libMEDCoupling_Swig.i b/src/MEDCoupling_Swig/libMEDCoupling_Swig.i index 124e72745..5b56520fd 100644 --- a/src/MEDCoupling_Swig/libMEDCoupling_Swig.i +++ b/src/MEDCoupling_Swig/libMEDCoupling_Swig.i @@ -21,7 +21,7 @@ #define MEDCOUPLING_EXPORT %{ -#include "MemArray.hxx" +#include "MEDCouplingMemArray.hxx" #include "MEDCouplingUMesh.hxx" #include "MEDCouplingField.hxx" #include "MEDCouplingFieldDouble.hxx" @@ -58,11 +58,11 @@ using namespace INTERP_KERNEL; %ignore ParaMEDMEM::MemArray::operator[]; %nodefaultctor; -%include "TimeLabel.hxx" -%include "RefCountObject.hxx" +%include "MEDCouplingTimeLabel.hxx" +%include "MEDCouplingRefCountObject.hxx" %include "MEDCouplingMesh.hxx" %include "MEDCouplingPointSet.hxx" -%include "MemArray.hxx" +%include "MEDCouplingMemArray.hxx" %include "MEDCouplingMesh.hxx" %include "NormalizedUnstructuredMesh.hxx" %include "MEDCouplingField.hxx" @@ -76,7 +76,7 @@ namespace ParaMEDMEM MEDCouplingUMesh *clone(bool recDeepCpy) const; void updateTime(); void checkCoherency() const throw(INTERP_KERNEL::Exception); - void setMeshDimension(unsigned meshDim); + void setMeshDimension(int meshDim); void allocateCells(int nbOfCells); void setCoords(DataArrayDouble *coords); DataArrayDouble *getCoords() const;