From e8cff2a5cf7ce83db2e9299b0884d1405767377d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 13 May 2019 02:54:34 -0600 Subject: [PATCH] Fix the two comments from #8127. --- include/deal.II/base/linear_index_iterator.h | 1 + include/deal.II/optimization/rol/vector_adaptor.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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. * -- 2.39.5