Skip to content

Commit 5aba4b8

Browse files
committed
Refactor
1 parent ecba7fe commit 5aba4b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SU2_CFD/src/solvers/CIncEulerSolver.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1770,8 +1770,8 @@ void CIncEulerSolver::Source_Residual(CGeometry *geometry, CSolver **solver_cont
17701770
}// for iMarker
17711771
}// if !streamwise_periodic_temperature
17721772
}// if streamwise_periodic
1773-
17741773
// Added by Max
1774+
17751775
if (jbay) {
17761776
unsigned long jPoint;
17771777
CNumerics* second_numerics = numerics_container[SOURCE_SECOND_TERM + omp_get_thread_num() * MAX_TERMS];
@@ -1790,7 +1790,7 @@ void CIncEulerSolver::Source_Residual(CGeometry *geometry, CSolver **solver_cont
17901790
/* Set edge index */
17911791
second_numerics->SetEdge(iEdge);
17921792

1793-
/* Set variables at the edge extreemes*/
1793+
/* Set variables at the edge extremes*/
17941794
second_numerics->SetDensity(nodes->GetDensity(iPoint), nodes->GetDensity(iPoint));
17951795
second_numerics->SetPrimitive(nodes->GetPrimitive(iPoint), nodes->GetPrimitive(jPoint));
17961796

0 commit comments

Comments
 (0)