From: Wolfgang Bangerth Date: Wed, 12 Jul 2017 16:37:29 +0000 (-0600) Subject: Clarify a statement. X-Git-Tag: v9.0.0-rc1~1425^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d594c4b2a6cbdd9b84e3aae787c3c057b98abaa8;p=dealii.git Clarify a statement. --- diff --git a/include/deal.II/lac/sparsity_pattern.h b/include/deal.II/lac/sparsity_pattern.h index f6f6f53b04..7cd00d7a2c 100644 --- a/include/deal.II/lac/sparsity_pattern.h +++ b/include/deal.II/lac/sparsity_pattern.h @@ -401,7 +401,7 @@ public: * amounts of computing time. However, copy constructors are needed if one * wants to place a SparsityPattern in a container, e.g., to write such * statements like v.push_back (SparsityPattern());, with - * v a vector of SparsityPattern objects. + * v a std::vector of SparsityPattern objects. * * Usually, it is sufficient to use the explicit keyword to disallow * unwanted temporaries, but this does not work for std::vectors.