From: eap Date: Mon, 27 Mar 2006 07:09:39 +0000 (+0000) Subject: PAL11986. Add a new status to ErrorCode enum X-Git-Tag: T3_2_0b1_pre1~83 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=da4be6629970b3f2a51fa819dcd4163af485985a;p=modules%2Fsmesh.git PAL11986. Add a new status to ErrorCode enum --- diff --git a/src/SMESH/SMESH_Pattern.hxx b/src/SMESH/SMESH_Pattern.hxx index e49b498ec..b9688216c 100644 --- a/src/SMESH/SMESH_Pattern.hxx +++ b/src/SMESH/SMESH_Pattern.hxx @@ -157,6 +157,7 @@ class SMESH_Pattern { // Load(face) ERR_LOADF_NARROW_FACE, // too narrow face ERR_LOADF_CLOSED_FACE, // closed face + ERR_LOADF_CANT_PROJECT, // impossible to project nodes // Load(volume) ERR_LOADV_BAD_SHAPE, // volume is not a brick of 6 faces ERR_LOADV_COMPUTE_PARAMS, // cant compute point parameters