Skip to content

Commit

Permalink
[Doc] Remove obsolete reference to CA_Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
speth authored and ischoegl committed Aug 7, 2023
1 parent a47153a commit c82781e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/cantera/transport/GasTransport.h
Expand Up @@ -314,8 +314,8 @@ class GasTransport : public Transport
//! Update boolean for the binary diffusivities at unit pressure
bool m_bindiff_ok = false;

//! Type of the polynomial fits to temperature. CK_Mode means Chemkin mode.
//! Currently CA_Mode is used which are different types of fits to temperature.
//! Type of the polynomial fits to temperature. `CK_Mode` means Chemkin mode.
//! Any other value means to use %Cantera's preferred fitting functions.
int m_mode = 0;

//! m_phi is a Viscosity Weighting Function. size = m_nsp * n_nsp
Expand Down

0 comments on commit c82781e

Please sign in to comment.