[Doc] Remove obsolete reference to CA_Mode

This commit is contained in:
Ray Speth 2023-08-07 10:40:17 -04:00 committed by Ingmar Schoegl
parent a47153aece
commit c82781e3ed

View File

@ -314,8 +314,8 @@ protected:
//! Update boolean for the binary diffusivities at unit pressure //! Update boolean for the binary diffusivities at unit pressure
bool m_bindiff_ok = false; bool m_bindiff_ok = false;
//! Type of the polynomial fits to temperature. CK_Mode means Chemkin mode. //! 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. //! Any other value means to use %Cantera's preferred fitting functions.
int m_mode = 0; int m_mode = 0;
//! m_phi is a Viscosity Weighting Function. size = m_nsp * n_nsp //! m_phi is a Viscosity Weighting Function. size = m_nsp * n_nsp