From: Wolfgang Bangerth Date: Sat, 10 Mar 2018 16:23:47 +0000 (-0700) Subject: Point to the only tutorial program that uses this class. X-Git-Tag: v9.0.0-rc1~329^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da71f2a498d7aa1941d0b228558b7500fc0bc2a1;p=dealii.git Point to the only tutorial program that uses this class. --- 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.