Skip to content

Commit

Permalink
Add todo item for deprecation of Arrhenius2 constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Feb 6, 2022
1 parent 1ef59d5 commit 7dbc17d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion include/cantera/kinetics/RxnRates.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,16 @@ class Arrhenius2 : public ArrheniusBase
/// order and the dimensionality (surface or bulk).
/// @param b Temperature exponent. Non-dimensional.
/// @param E Activation energy in temperature units. Kelvin.
///
/// @todo Add deprecation warning pointing out change of activation
/// energy units.
Arrhenius2(doublereal A, doublereal b, doublereal E);

//! Constructor based on AnyMap content
Arrhenius2(const AnyValue& rate,
const UnitSystem& units, const Units& rate_units);

Arrhenius2(const ArrheniusBase& other);
explicit Arrhenius2(const ArrheniusBase& other);

void setRateParameters(const AnyValue& rate,
const UnitSystem& units, const Units& rate_units);
Expand Down

0 comments on commit 7dbc17d

Please sign in to comment.