From: Adrien Bruneton Date: Tue, 18 Feb 2014 10:55:28 +0000 (+0100) Subject: Added missing method to SWIG: isFullyQuadratic() X-Git-Tag: V7_3_1b1^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a669020d19789f51e4a5283dad4decd77478053f;p=modules%2Fmed.git Added missing method to SWIG: isFullyQuadratic() --- diff --git a/src/MEDCoupling_Swig/MEDCouplingCommon.i b/src/MEDCoupling_Swig/MEDCouplingCommon.i index 3970978a0..8723563df 100644 --- a/src/MEDCoupling_Swig/MEDCouplingCommon.i +++ b/src/MEDCoupling_Swig/MEDCouplingCommon.i @@ -1516,6 +1516,7 @@ namespace ParaMEDMEM MEDCouplingUMesh *explode3DMeshTo1D(DataArrayInt *desc, DataArrayInt *descIndx, DataArrayInt *revDesc, DataArrayInt *revDescIndx) const throw(INTERP_KERNEL::Exception); void orientCorrectlyPolyhedrons() throw(INTERP_KERNEL::Exception); bool isPresenceOfQuadratic() const throw(INTERP_KERNEL::Exception); + bool isFullyQuadratic() const throw(INTERP_KERNEL::Exception); MEDCouplingFieldDouble *buildDirectionVectorField() const throw(INTERP_KERNEL::Exception); bool isContiguous1D() const throw(INTERP_KERNEL::Exception); void tessellate2D(double eps) throw(INTERP_KERNEL::Exception);