X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHUtils%2FSMESH_ComputeError.hxx;h=07d1a90889898df6f7d817cffc374db5de75736c;hb=86aa8ad014c9dffcded9d98528feec1e8bf6dcc6;hp=6800f0d90f0b83052b1e7c70aa459230713e9339;hpb=f5016d85b7b4b88623723027a1585c6414c4dc66;p=modules%2Fsmesh.git diff --git a/src/SMESHUtils/SMESH_ComputeError.hxx b/src/SMESHUtils/SMESH_ComputeError.hxx index 6800f0d90..07d1a9088 100644 --- a/src/SMESHUtils/SMESH_ComputeError.hxx +++ b/src/SMESHUtils/SMESH_ComputeError.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -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,