]> AND Private Git Repository - blast.git/blobdiff - Exception.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
changed sources to stimulis
[blast.git] / Exception.h
index 00d146ae85e025e75467a1e44df85be327ff2d6e..0c2cd5ed619418a49f49f4df62bf9aac8c8b79d9 100644 (file)
@@ -65,9 +65,11 @@ supp. infos : saved in UTF-8 [éè]
 #define INVALID_VALUE 5001
 
 // exception for patterns
-#define INVALID_REFBLOCK_USE 10001
-#define INVALID_GROUPBLOCK_USE 10002
-#define INVALID_DELTA_CP 10003 // delta and CP are not consistent (NB: used during admittance computation)
+#define INVALID_FUNBLOCK_USE 10001
+#define INVALID_REFBLOCK_USE 10002
+#define INVALID_GROUPBLOCK_USE 10003
+
+#define INVALID_DELTA_CP 10004 // delta and CP are not consistent (NB: used during admittance computation)
 
 #define EVAL_PARAM_UNKNOWN 10101 // a variable used in an expression is not defined as a block parameter
 #define EVAL_PARAM_NOVALUE 10102 // can't get the double value of a block parameter