Skip to content

Commit f14df78

Browse files
committed
going back to auto
1 parent 405db21 commit f14df78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SU2_CFD/src/solvers/CNEMONSSolver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ void CNEMONSSolver::BC_HeatFluxCatalytic_Wall(CGeometry *geometry,
492492
Note that we need to add a contribution for moving walls to the Jacobian. ---*/
493493
if (implicit) {
494494
/*--- Enforce the no-slip boundary condition in a strong way ---*/
495-
for (unsigned short iVar = nSpecies; iVar < nSpecies+nDim; iVar++) {
495+
for (auto iVar = nSpecies; iVar < nSpecies+nDim; iVar++) {
496496
total_index = iPoint*nVar+iVar;
497497
Jacobian.DeleteValsRowi(total_index);
498498
}

0 commit comments

Comments
 (0)