Salome HOME
3c1eb29cded80f4519bc15426fccece17629b2e0
[modules/hexablock.git] / src / HEXABLOCK / HexDiagnostics.hxx
1
2 // Incl : Diagnostics
3
4 // Copyright (C) 2009-2023  CEA, EDF
5 //
6 // This library is free software; you can redistribute it and/or
7 // modify it under the terms of the GNU Lesser General Public
8 // License as published by the Free Software Foundation; either
9 // version 2.1 of the License, or (at your option) any later version.
10 //
11 // This library is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 // Lesser General Public License for more details.
15 //
16 // You should have received a copy of the GNU Lesser General Public
17 // License along with this library; if not, write to the Free Software
18 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 //
20 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 //
22 #ifndef _HEX_DIAGNOSTICS_H
23 #define _HEX_DIAGNOSTICS_H
24
25 #define W_H_NULL_QUAD "new Hexa : La face %s est nulle"
26 #define W_H_EQ_QUAD "new Hexa : Les faces %s et %s sont confondues"
27 #define W_H_BAD_EDGE "new Hexa : L'arete commune %s n'existe pas"
28 #define W_H_BAD_VERTEX "new Hexa : Le sommet commun %s n'existe pas"
29
30 #define W_H_NULL_VERTEX "addHexa : Le sommet %s est nul"
31 #define W_H_EQ_VERTEX   "addHexa : Les sommets %s et %s sont confondus"
32 #define W_REPL_ASSOC "mergeXXXX : Les elements fusionnes %s et %s sont associes"
33 #define W_DISCO_ASSOC "disconnextXXXX : L'element deconnecte %s etait associe"
34
35 #define W_ASSO_LINE  "associateLine : l'edge de depart (%s) est isole"
36 #define W_ASSO_LINE2 "associateLine : l'edge nro %s (%s) est isole"
37 #define W_ASSO_LINE1 "associateLine : le vertex de depart (%s) est isole"
38
39 #define W_ASSO_LINE3 "associateLine : le vertex de depart est incorrect"
40 #define W_ASSO_LINE4 "associateLine : l'edge de depart est incorrect"
41 #define W_ASSO_LINE5 "associateLine : l'edge nro %s est incorrect"
42 #define W_ASSO_LINE6 "associateLine : Le contour n'est pas ferme"
43
44 #define W_ASSO_CUT1 "cut 1 : ancienne association incoherente (pnt1=%s)"
45 #define W_ASSO_CUT2 "cut 2 : ancienne association incoherente (dernier=%s)"
46 #define W_ASSO_CUT3 "cut 3 : ancienne association incoherente (vertex=%s)"
47 #define W_ASSO_CUT4 "cut 4 : ancienne association incoherente (%s)"
48
49
50 #endif