Removed unused error flag definitions from reaction_defs.h

This commit is contained in:
Ray Speth 2013-04-03 23:10:10 +00:00
parent cd387a15d7
commit 00a4e04ce0

View file

@ -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