Skip to content

Commit 4776aec

Browse files
Update Common/include/CConfig.hpp
Co-authored-by: TobiKattmann <31306376+TobiKattmann@users.noreply.github.com>
1 parent 7344cba commit 4776aec

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Common/include/CConfig.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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. */

0 commit comments

Comments
 (0)