Skip to content

Commit 64d77c0

Browse files
Update SU2_CFD/include/fluid/CConstantDensity.hpp
Co-authored-by: Pedro Gomes <[email protected]>
1 parent 62a277c commit 64d77c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SU2_CFD/include/fluid/CConstantDensity.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ class CConstantDensity final : public CFluidModel {
6363
* \brief Set the Dimensionless State using Enthalpy.
6464
* \param[in] val_enthalpy - Enthalpy value at the point.
6565
* \param[in] val_scalars - not used here.
66-
6766
*/
6867
void SetTDState_h(su2double val_enthalpy, const su2double* val_scalars = nullptr) override {
6968
Enthalpy = val_enthalpy;

0 commit comments

Comments
 (0)