Skip to content

Commit 3df86a2

Browse files
committed
consistency
1 parent 1e9352f commit 3df86a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SU2_CFD/src/solvers/CEulerSolver.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6456,8 +6456,8 @@ void CEulerSolver::BC_Inlet(CGeometry *geometry, CSolver **solver_container,
64566456
unsigned short iDim;
64576457
unsigned long iVertex, iPoint;
64586458
su2double P_Total, T_Total, Velocity[MAXNDIM], Velocity2, H_Total, Temperature, Riemann,
6459-
Pressure, Density, Energy, Flow_Dir[MAXNDIM] = {0.0}, Mach2, SoundSpeed2, SoundSpeed_Total2, Vel_Mag,
6460-
alpha, aa, bb, cc, dd, Area, UnitNormal[MAXNDIM], Normal[MAXNDIM] = {0.0};
6459+
Pressure, Density, Energy, Flow_Dir[MAXNDIM], Mach2, SoundSpeed2, SoundSpeed_Total2, Vel_Mag,
6460+
alpha, aa, bb, cc, dd, Area, UnitNormal[MAXNDIM], Normal[MAXNDIM];
64616461
su2double *V_inlet, *V_domain;
64626462

64636463
const bool implicit = (config->GetKind_TimeIntScheme() == EULER_IMPLICIT);

0 commit comments

Comments
 (0)