]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
This commit was generated by cvs2git to create tag 'LivOnera1704'. LivOnera1704
authoradmin <salome-admin@opencascade.com>
Fri, 17 Apr 2009 11:48:35 +0000 (11:48 +0000)
committeradmin <salome-admin@opencascade.com>
Fri, 17 Apr 2009 11:48:35 +0000 (11:48 +0000)
Sprout from V5_1_main 2009-04-17 08:27:39 UTC ageay <ageay> '*** empty log message ***'
Cherrypick from V5_1_main 2009-04-17 11:48:34 UTC ageay <ageay> '*** empty log message ***':
    src/MEDCoupling_Swig/libMEDCoupling_Swig.i

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;