Skip to content

Commit f844493

Browse files
committed
semi-colon
1 parent 10f814f commit f844493

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SU2_CFD/src/solvers/CEulerSolver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9246,7 +9246,7 @@ void CEulerSolver::TurboAverageProcess(CSolver **solver, CGeometry *geometry, CC
92469246

92479247
const bool belowMachLimit = (abs(MachTest)< config->GetAverageMachLimit());
92489248
su2double avgDensity{0}, avgPressure{0}, avgKine{0}, avgOmega{0}, avgNu{0},
9249-
avgVelocity[MAXNDIM] = {0}
9249+
avgVelocity[MAXNDIM] = {0};
92509250
for (auto iVar = 0u; iVar<nVar; iVar++){
92519251
AverageFlux[iMarker][iSpan][iVar] = TotalFluxes[iVar]/TotalArea;
92529252
SpanTotalFlux[iMarker][iSpan][iVar] = TotalFluxes[iVar];

0 commit comments

Comments
 (0)