Skip to content

Commit 3460d50

Browse files
author
rois1995
committed
- Removed unused variables
1 parent c5e1dee commit 3460d50

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

SU2_CFD/src/solvers/CTurbSSTSolver.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,8 +1175,6 @@ void CTurbSSTSolver::SetDES_LengthScale(CSolver **solver, CGeometry *geometry, C
11751175

11761176
const su2double f_max = 1.0, f_min = 0.1, a1 = 0.15, a2 = 0.3;
11771177

1178-
const auto nNeigh = geometry->nodes->GetnPoint(iPoint);
1179-
11801178
su2double vortexTiltingMeasure = nodes->GetVortex_Tilting(iPoint);
11811179

11821180
const su2double omega = GeometryToolbox::Norm(3, Vorticity);
@@ -1234,9 +1232,7 @@ void CTurbSSTSolver::SetDES_LengthScale(CSolver **solver, CGeometry *geometry, C
12341232
// I could be naming it either as SST_EDDES to follow the same notation as for the SA model or as SST_SLA_DDES to follow the paper notation
12351233

12361234
const su2double f_max = 1.0, f_min = 0.1, a1 = 0.15, a2 = 0.3;
1237-
1238-
const auto nNeigh = geometry->nodes->GetnPoint(iPoint);
1239-
1235+
12401236
su2double vortexTiltingMeasure = nodes->GetVortex_Tilting(iPoint);
12411237

12421238
su2double deltaOmega = -1.0;

0 commit comments

Comments
 (0)