]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
[Backport fix] : SWIG for convertDegeneratedCellsAndRemoveFlatOnes()
authorabn <adrien.bruneton@cea.fr>
Fri, 14 Sep 2018 13:14:12 +0000 (15:14 +0200)
committerabn <adrien.bruneton@cea.fr>
Fri, 14 Sep 2018 13:14:12 +0000 (15:14 +0200)
src/MEDCoupling_Swig/MEDCouplingCommon.i

index 23ef1f468a877599dc43d10a6b1f1f7f75285773..dd90193767dc37eab38c27ec9402491b23fabda0 100644 (file)
@@ -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);