From 97ea4aa6bcc0045cc60a2236e527fbef32a4929a Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sun, 12 May 2019 22:41:35 -0600 Subject: [PATCH] a few more --- include/deal.II/algorithms/general_data_storage.h | 2 +- include/deal.II/base/data_out_base.h | 2 +- include/deal.II/base/linear_index_iterator.h | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/include/deal.II/algorithms/general_data_storage.h b/include/deal.II/algorithms/general_data_storage.h index e028de1351..556ec7d50e 100644 --- a/include/deal.II/algorithms/general_data_storage.h +++ b/include/deal.II/algorithms/general_data_storage.h @@ -78,7 +78,7 @@ public: size() const; /** - * Merge the contents of @p other_data with this object. + * Merge the contents of @p other_data with this object. */ void merge(const GeneralDataStorage &other_data); diff --git a/include/deal.II/base/data_out_base.h b/include/deal.II/base/data_out_base.h index 2a6da9fd79..e98d1a41b8 100644 --- a/include/deal.II/base/data_out_base.h +++ b/include/deal.II/base/data_out_base.h @@ -1986,7 +1986,7 @@ namespace DataOutBase * * For more information consult the Tecplot Users and Reference manuals. * - * @deprecated Use the version using DataComponentInterpretation instead. + * @deprecated Use the version using DataComponentInterpretation instead. */ template DEAL_II_DEPRECATED void diff --git a/include/deal.II/base/linear_index_iterator.h b/include/deal.II/base/linear_index_iterator.h index 84b264da37..deda04fbca 100644 --- a/include/deal.II/base/linear_index_iterator.h +++ b/include/deal.II/base/linear_index_iterator.h @@ -31,7 +31,6 @@ 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 -- 2.39.5