From da71f2a498d7aa1941d0b228558b7500fc0bc2a1 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 10 Mar 2018 09:23:47 -0700 Subject: [PATCH] Point to the only tutorial program that uses this class. --- include/deal.II/base/synchronous_iterator.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/deal.II/base/synchronous_iterator.h b/include/deal.II/base/synchronous_iterator.h index cbbd2694df..20e71c962c 100644 --- a/include/deal.II/base/synchronous_iterator.h +++ b/include/deal.II/base/synchronous_iterator.h @@ -33,7 +33,8 @@ DEAL_II_NAMESPACE_OPEN * we have synchronous iterators marching through the containers * a,b. If an object of this type represents the end of a range, * only the first element is considered (we only have a.end(), - * not b.end()) + * not b.end()). An example of how this class is used is given + * in step-35. * * The template argument of the current class shall be of type * std::tuple with arguments equal to the iterator types. -- 2.39.5