From 2a1000332f8c2b1d4e0cc91de4c3b483525b1bbf Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 17 Apr 2009 11:48:35 +0000 Subject: [PATCH] This commit was generated by cvs2git to create tag 'LivOnera1704'. Sprout from V5_1_main 2009-04-17 08:27:39 UTC ageay '*** empty log message ***' Cherrypick from V5_1_main 2009-04-17 11:48:34 UTC ageay '*** empty log message ***': src/MEDCoupling_Swig/libMEDCoupling_Swig.i --- src/MEDCoupling_Swig/libMEDCoupling_Swig.i | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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; -- 2.39.2