Skip to content

Commit 42f2fd2

Browse files
authored
Additional spacing removed
1 parent 4f3aaf2 commit 42f2fd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SU2_CFD/src/variables/CNEMOEulerVariable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ bool CNEMOEulerVariable::Cons2PrimVar(su2double *U, su2double *V,
225225
// V: [rho1, ..., rhoNs, T, Tve, u, v, w, P, rho, h, a, rhoCvtr, rhoCvve]^T
226226

227227
/*--- Set booleans ---*/
228-
bool nonPhys = false;
228+
bool nonPhys = false;
229229

230230
/*--- Set temperature clipping values ---*/
231231
Tmin = 50.0; Tmax = 8E4;

0 commit comments

Comments
 (0)