Skip to content

Commit 3d52392

Browse files
authored
Little typo.
1 parent e0e7e35 commit 3d52392

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SU2_CFD/src/solvers/CHeatSolver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,7 @@ void CHeatSolver::ImplicitEuler_Iteration(CGeometry *geometry, CSolver **solver_
13541354
}
13551355
}
13561356

1357-
/*--- Synchronize the solution between master and passive periodic nnodes after the linear solve. ---*/
1357+
/*--- Synchronize the solution between master and passive periodic nodes after the linear solve. ---*/
13581358
for (unsigned short iPeriodic = 1; iPeriodic <= config->GetnMarker_Periodic() / 2; iPeriodic++) {
13591359
InitiatePeriodicComms(geometry, config, iPeriodic, PERIODIC_IMPLICIT);
13601360
CompletePeriodicComms(geometry, config, iPeriodic, PERIODIC_IMPLICIT);

0 commit comments

Comments
 (0)