From: Wolfgang Bangerth Date: Mon, 13 Apr 2015 11:59:02 +0000 (-0500) Subject: Minor clarification of some documentation. X-Git-Tag: v8.3.0-rc1~280^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a274bf10466fa62e93802bc8ad2a3a977f064da7;p=dealii.git Minor clarification of some documentation. --- 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