]> SALOME platform Git repositories - modules/med.git/commitdiff
Salome HOME
Added missing method to SWIG: isFullyQuadratic()
authorAdrien Bruneton <adrien.bruneton@cea.fr>
Tue, 18 Feb 2014 10:55:28 +0000 (11:55 +0100)
committerAdrien Bruneton <adrien.bruneton@cea.fr>
Tue, 18 Feb 2014 10:55:28 +0000 (11:55 +0100)
src/MEDCoupling_Swig/MEDCouplingCommon.i

index 3970978a0508fa49dbb13e82da3aee428f2ff854..8723563df575f94a4290808acd7527851e8293c7 100644 (file)
@@ -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);