Skip to content

Commit 8643929

Browse files
committed
no auto
1 parent a058ea3 commit 8643929

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • SU2_CFD/include/numerics_simd/flow/convection

SU2_CFD/include/numerics_simd/flow/convection/roe.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class CRoeBase : public Base {
9898
AD::StartPreacc();
9999

100100
const bool implicit = (config.GetKind_TimeIntScheme() == EULER_IMPLICIT);
101-
const auto umusclRamp = config.GetMUSCLRampValue() * config.GetNewtonKrylovRelaxation();
101+
const su2double umusclRamp = config.GetMUSCLRampValue() * config.GetNewtonKrylovRelaxation();
102102
const auto& solution = static_cast<const CEulerVariable&>(solution_);
103103

104104
const auto iPoint = geometry.edges->GetNode(iEdge,0);

0 commit comments

Comments
 (0)