Skip to content

Commit ecba7fe

Browse files
committed
typo
1 parent dded5dd commit ecba7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SU2_CFD/src/solvers/CEulerSolver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2261,7 +2261,7 @@ void CEulerSolver::Source_Residual(CGeometry *geometry, CSolver **solver_contain
22612261
/* Set edge index */
22622262
second_numerics->SetEdge(iEdge);
22632263

2264-
/* Set variables at the edge extreemes*/
2264+
/* Set variables at the edge extremes*/
22652265
second_numerics->SetDensity(nodes->GetDensity(iPoint), nodes->GetDensity(iPoint));
22662266
second_numerics->SetPrimitive(nodes->GetPrimitive(iPoint), nodes->GetPrimitive(jPoint));
22672267

0 commit comments

Comments
 (0)