We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a277c commit 64d77c0Copy full SHA for 64d77c0
SU2_CFD/include/fluid/CConstantDensity.hpp
@@ -63,7 +63,6 @@ class CConstantDensity final : public CFluidModel {
63
* \brief Set the Dimensionless State using Enthalpy.
64
* \param[in] val_enthalpy - Enthalpy value at the point.
65
* \param[in] val_scalars - not used here.
66
-
67
*/
68
void SetTDState_h(su2double val_enthalpy, const su2double* val_scalars = nullptr) override {
69
Enthalpy = val_enthalpy;
0 commit comments