From: Wolfgang Bangerth Date: Mon, 13 May 2019 08:54:34 +0000 (-0600) Subject: Fix the two comments from #8127. X-Git-Tag: v9.1.0-rc1~29^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8cff2a5cf7ce83db2e9299b0884d1405767377d;p=dealii.git Fix the two comments from #8127. --- diff --git a/include/deal.II/base/linear_index_iterator.h b/include/deal.II/base/linear_index_iterator.h index deda04fbca..c3cc8f175c 100644 --- a/include/deal.II/base/linear_index_iterator.h +++ b/include/deal.II/base/linear_index_iterator.h @@ -31,6 +31,7 @@ DEAL_II_NAMESPACE_OPEN * for SparseMatrix the mapping from buffer location to matrix entry * $\mathbf{A}(i, j)$ is more complicated. In any case, however, the * contiguous arrangements of elements enables random access iteration. + * * LinearIndexIterator provides most of the functionality needed to write * iterators for these classes. LinearIndexIterator is essentially a * simplified version of boost::iterator_facade that assumes diff --git a/include/deal.II/optimization/rol/vector_adaptor.h b/include/deal.II/optimization/rol/vector_adaptor.h index bb87f8083a..2ce0fd15d0 100644 --- a/include/deal.II/optimization/rol/vector_adaptor.h +++ b/include/deal.II/optimization/rol/vector_adaptor.h @@ -102,7 +102,7 @@ namespace Rol * @endcode * * @note The current implementation in ROL doesn't support vector sizes above - * the largest value of int type. Some of the vectors in deal.II ( + * the largest value of int type. Some of the vectors in deal.II (see * @ref Vector) * may not satisfy the above requirements. *