X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/3bcfe4df6fdde086eb1b59f7a0173358170174a1..8fb3c55ee009a11db5e1c08a4cfb286979412745:/Exception.h?ds=sidebyside diff --git a/Exception.h b/Exception.h index 00d146a..0c2cd5e 100644 --- a/Exception.h +++ b/Exception.h @@ -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