We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a058ea3 commit 8643929Copy full SHA for 8643929
1 file changed
SU2_CFD/include/numerics_simd/flow/convection/roe.hpp
@@ -98,7 +98,7 @@ class CRoeBase : public Base {
98
AD::StartPreacc();
99
100
const bool implicit = (config.GetKind_TimeIntScheme() == EULER_IMPLICIT);
101
- const auto umusclRamp = config.GetMUSCLRampValue() * config.GetNewtonKrylovRelaxation();
+ const su2double umusclRamp = config.GetMUSCLRampValue() * config.GetNewtonKrylovRelaxation();
102
const auto& solution = static_cast<const CEulerVariable&>(solution_);
103
104
const auto iPoint = geometry.edges->GetNode(iEdge,0);
0 commit comments