Skip to content

Commit

Permalink
Remove unused MaxExp constant
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl authored and speth committed Aug 3, 2023
1 parent 02b1fbe commit 42ed2be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/cantera/base/ct_defs.h
Expand Up @@ -158,8 +158,6 @@ const int VT = -100, PH = -101, PS = -102, VP = -103, PT = -104,
const double SmallNumber = 1.e-300;
//! largest number to compare to inf.
const double BigNumber = 1.e300;
//! largest x such that exp(x) is valid
const double MaxExp = 690.775527898;

//! Fairly random number to be used to initialize variables against
//! to see if they are subsequently defined.
Expand Down

0 comments on commit 42ed2be

Please sign in to comment.