]> SALOME platform Git repositories - modules/med.git/commitdiff
Salome HOME
Suppress useless swiged methods
authorageay <ageay>
Mon, 23 Sep 2013 12:38:22 +0000 (12:38 +0000)
committerageay <ageay>
Mon, 23 Sep 2013 12:38:22 +0000 (12:38 +0000)
src/MEDCoupling_Swig/MEDCouplingMemArray.i

index 65e159cbbb2b4760020082c0bd2e26b8a6c46a0f..789a615272a3d3353ded7f1dad0c207f91b2c75b 100644 (file)
@@ -320,7 +320,6 @@ namespace ParaMEDMEM
     void cpyFrom(const DataArrayDouble& other) throw(INTERP_KERNEL::Exception);
     void reserve(std::size_t nbOfElems) throw(INTERP_KERNEL::Exception);
     void pushBackSilent(double val) throw(INTERP_KERNEL::Exception);
-    void pushBackValsSilent(const double *valsBg, const double *valsEnd) throw(INTERP_KERNEL::Exception);
     double popBackSilent() throw(INTERP_KERNEL::Exception);
     void pack() const throw(INTERP_KERNEL::Exception);
     void allocIfNecessary(int nbOfTuple, int nbOfCompo) throw(INTERP_KERNEL::Exception);
@@ -4549,7 +4548,6 @@ namespace ParaMEDMEM
     void cpyFrom(const DataArrayChar& other) throw(INTERP_KERNEL::Exception);
     void reserve(std::size_t nbOfElems) throw(INTERP_KERNEL::Exception);
     void pushBackSilent(char val) throw(INTERP_KERNEL::Exception);
-    void pushBackValsSilent(const char *valsBg, const char *valsEnd) throw(INTERP_KERNEL::Exception);
     char popBackSilent() throw(INTERP_KERNEL::Exception);
     void pack() const throw(INTERP_KERNEL::Exception);
     void allocIfNecessary(int nbOfTuple, int nbOfCompo) throw(INTERP_KERNEL::Exception);