From da4be6629970b3f2a51fa819dcd4163af485985a Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 27 Mar 2006 07:09:39 +0000 Subject: [PATCH] PAL11986. Add a new status to ErrorCode enum --- src/SMESH/SMESH_Pattern.hxx | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2