From: eap Date: Fri, 22 Nov 2013 12:35:35 +0000 (+0000) Subject: 22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges X-Git-Tag: V7_3_0a1~26 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=89eaa44e08396ac629c36632d499d6010658a4c5 22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges + COMPERR_BAD_PARMETERS = -13, //!< incorrect hypotheses parameters --- diff --git a/src/SMESHUtils/SMESH_ComputeError.hxx b/src/SMESHUtils/SMESH_ComputeError.hxx index aa2faf7f9..07d1a9088 100644 --- a/src/SMESHUtils/SMESH_ComputeError.hxx +++ b/src/SMESHUtils/SMESH_ComputeError.hxx @@ -52,6 +52,7 @@ enum SMESH_ComputeErrorName COMPERR_WARNING = -10, //!< algo reports error but sub-mesh is computed anyway COMPERR_CANCELED = -11, //!< compute canceled COMPERR_NO_MESH_ON_SHAPE = -12, //!< no mesh elements assigned to sub-shape + COMPERR_BAD_PARMETERS = -13, //!< incorrect hypotheses parameters COMPERR_LAST_ALGO_ERROR = -100,//!< terminator of mesh computation errors // Errors of SMESH_MeshEditor follow EDITERR_NO_MEDIUM_ON_GEOM= -101 /* during conversion to quadratic,