From: abn Date: Fri, 14 Sep 2018 13:14:12 +0000 (+0200) Subject: [Backport fix] : SWIG for convertDegeneratedCellsAndRemoveFlatOnes() X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a6a5ec3f89e0e928af80537e11ab124fb1291ba0;p=tools%2Fmedcoupling.git [Backport fix] : SWIG for convertDegeneratedCellsAndRemoveFlatOnes() --- diff --git a/src/MEDCoupling_Swig/MEDCouplingCommon.i b/src/MEDCoupling_Swig/MEDCouplingCommon.i index 23ef1f468..dd9019376 100644 --- a/src/MEDCoupling_Swig/MEDCouplingCommon.i +++ b/src/MEDCoupling_Swig/MEDCouplingCommon.i @@ -1797,6 +1797,7 @@ namespace ParaMEDMEM void convertQuadraticCellsToLinear() throw(INTERP_KERNEL::Exception); DataArrayInt *convertLinearCellsToQuadratic(int conversionType=0) throw(INTERP_KERNEL::Exception); void convertDegeneratedCells() throw(INTERP_KERNEL::Exception); + DataArrayInt *convertDegeneratedCellsAndRemoveFlatOnes() throw(INTERP_KERNEL::Exception); bool areOnlySimplexCells() const throw(INTERP_KERNEL::Exception); MEDCouplingFieldDouble *getEdgeRatioField() const throw(INTERP_KERNEL::Exception); MEDCouplingFieldDouble *getAspectRatioField() const throw(INTERP_KERNEL::Exception);