Skip to content

Commit 684a5a0

Browse files
Update SU2_CFD/include/fluid/CConstantDensity.hpp
Co-authored-by: Nijso <[email protected]>
1 parent 4487cee commit 684a5a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SU2_CFD/include/fluid/CConstantDensity.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ class CConstantDensity final : public CFluidModel {
6262
/*!
6363
* \brief Set the Dimensionless State using Enthalpy.
6464
* \param[in] val_enthalpy - Enthalpy value at the point.
65+
* \param[in] val_scalars - not used here.
66+
6567
*/
6668
void SetTDState_h(su2double val_enthalpy, const su2double* val_scalars = nullptr) override {
6769
Enthalpy = val_enthalpy;

0 commit comments

Comments
 (0)