Skip to content

Commit e9ec6a4

Browse files
committed
mlsdc: Fix typo.
1 parent 32a9a06 commit e9ec6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pfasst/controller/mlsdc_impl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ namespace pfasst
152152
* @note This method is recursive with two exit points.
153153
* The two exit points:
154154
* 1. if @p level_iter points to the coarsest level
155-
* 2. if MLSDC::cycle_bottom() results in a converged state
155+
* 2. if MLSDC::cycle_down() results in a converged state
156156
*/
157157
template<typename time>
158158
typename MLSDC<time>::LevelIter MLSDC<time>::cycle_v(typename MLSDC<time>::LevelIter level_iter)

0 commit comments

Comments
 (0)