From d594c4b2a6cbdd9b84e3aae787c3c057b98abaa8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 12 Jul 2017 10:37:29 -0600 Subject: [PATCH] Clarify a statement. --- include/deal.II/lac/sparsity_pattern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5