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 3c0c53d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/cantera/kinetics/RxnRates.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ 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
Expand Down

0 comments on commit 3c0c53d

Please sign in to comment.