Removed unused error flag definitions from reaction_defs.h
This commit is contained in:
parent
cd387a15d7
commit
00a4e04ce0
1 changed files with 0 additions and 7 deletions
|
|
@ -110,13 +110,6 @@ const int SRI3_FALLOFF = 112;
|
|||
const int SRI5_FALLOFF = 113;
|
||||
const int WF_FALLOFF = 114;
|
||||
//@}
|
||||
|
||||
// error flags
|
||||
const int NO_ERROR = 0;
|
||||
const int UNKNOWN_REACTION_TYPE = -100;
|
||||
const int UNKNOWN_RATE_COEFF_TYPE = -200;
|
||||
const int NOT_YET_IMPLEMENTED = -300;
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue