]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
*** empty log message ***
authorageay <ageay>
Fri, 17 Apr 2009 11:48:34 +0000 (11:48 +0000)
committerageay <ageay>
Fri, 17 Apr 2009 11:48:34 +0000 (11:48 +0000)
src/MEDCoupling_Swig/libMEDCoupling_Swig.i

index 124e72745cea78e631f159e54677926ebb6c02d3..5b56520fd8d4eff3e30c48970d44f35870527508 100644 (file)
@@ -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;