Skip to content

Commit a2ae0b1

Browse files
Update SU2_CFD/src/solvers/CIncNSSolver.cpp
Co-authored-by: Pedro Gomes <[email protected]>
1 parent e5c3992 commit a2ae0b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SU2_CFD/src/solvers/CIncNSSolver.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,9 @@ void CIncNSSolver::Compute_Enthalpy_Diffusion(unsigned long iEdge, CGeometry* ge
319319
/*--- Compute Projected gradient for species variables ---*/
320320
su2double ProjGradScalarVarNoCorr[MAXNVAR_SPECIES]{0.0};
321321
su2double Proj_Mean_GradScalarVar[MAXNVAR_SPECIES]{0.0};
322-
su2double proj_vector_ij =
323322
numerics->ComputeProjectedGradient(nDim, n_species, Normal, Coord_i, Coord_j, Species_Grad_i, Species_Grad_j,
324323
true, Species_i, Species_j, ProjGradScalarVarNoCorr, Proj_Mean_GradScalarVar);
325-
(void)proj_vector_ij;
324+
326325

327326
/*--- Get enthalpy diffusion terms and its gradient(for implicit) for each species at point i. ---*/
328327

0 commit comments

Comments
 (0)