File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -802,8 +802,9 @@ class CConfig {
802802 Beta_Factor, /* !< \brief Value of the epsilon^2 multiplier for Beta for the incompressible preconditioner. */
803803 Gas_Constant, /* !< \brief Specific gas constant. */
804804 Gas_ConstantND, /* !< \brief Non-dimensional specific gas constant. */
805- *Molecular_Weight, /* !< \brief Molecular weight of an incompressible ideal gas (g/mol). */
806- Specific_Heat_Cp, /* !< \brief Specific heat at constant pressure. */
805+ *Molecular_Weight; /* !< \brief Molecular weight of an incompressible ideal gas (g/mol). */
806+ unsigned short nMolecular_Weight; /* !< \brief Number of species molecular weights. */
807+ su2double Specific_Heat_Cp, /* !< \brief Specific heat at constant pressure. */
807808 Specific_Heat_CpND, /* !< \brief Non-dimensional specific heat at constant pressure. */
808809 Specific_Heat_Cv, /* !< \brief Specific heat at constant volume. */
809810 Specific_Heat_CvND, /* !< \brief Non-dimensional specific heat at constant volume. */
You can’t perform that action at this time.
0 commit comments