From a274bf10466fa62e93802bc8ad2a3a977f064da7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 13 Apr 2015 06:59:02 -0500 Subject: [PATCH] Minor clarification of some documentation. --- include/deal.II/lac/sparsity_pattern.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/deal.II/lac/sparsity_pattern.h b/include/deal.II/lac/sparsity_pattern.h index fe1597354b..6519df7342 100644 --- a/include/deal.II/lac/sparsity_pattern.h +++ b/include/deal.II/lac/sparsity_pattern.h @@ -203,14 +203,14 @@ namespace SparsityPatternIterators /** - * STL conforming iterator walking over the elements of a sparsity pattern. + * An iterator class for walking over the elements of a sparsity pattern. * * The typical use for these iterators is to iterate over the elements of a * sparsity pattern (or, since they also serve as the basis for iterating * over the elements of an associated matrix, over the elements of a sparse - * matrix) or over the elements of individual rows. Note that there is no + * matrix), or over the elements of individual rows. There is no * guarantee that the elements of a row are actually traversed in an order - * in which columns monotonically increase. See the documentation of the + * in which column numbers monotonically increase. See the documentation of the * SparsityPattern class for more information. * * @note This class operates directly on the internal data structures of the -- 2.39.5