Skip to content

Commit a6ce2d4

Browse files
fixing warning
1 parent 912642b commit a6ce2d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SU2_CFD/src/solvers/CIncNSSolver.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ void CIncNSSolver::Viscous_Residual(unsigned long iEdge, CGeometry *geometry, CS
338338
su2double proj_vector_ij = numerics->ComputeProjectedGradient(
339339
nDim, n_species, Normal, Coord_i, Coord_j, Species_Grad_i, Species_Grad_j, true, Species_i, Species_j,
340340
ProjGradScalarVarNoCorr, Proj_Mean_GradScalarVar);
341+
(void)proj_vector_ij;
341342

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

0 commit comments

Comments
 (0)