From 7f12c2c2ae57a994a876ad8f16518f5ba054c27a Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 30 Mar 2019 11:28:27 -0400 Subject: [PATCH] Fix a comment. There are no blocks in this object. --- include/deal.II/lac/vector.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/include/deal.II/lac/vector.h b/include/deal.II/lac/vector.h index 7372650b49..f8ff653eae 100644 --- a/include/deal.II/lac/vector.h +++ b/include/deal.II/lac/vector.h @@ -353,10 +353,7 @@ public: swap(Vector &v); /** - * Set all components of the vector to the given number @p s. Simply pass - * this down to the individual block objects, but we still need to declare - * this function to make the example given in the discussion about making - * the constructor explicit work. + * Set all components of the vector to the given number @p s. * * Since the semantics of assigning a scalar to a vector are not immediately * clear, this operator should really only be used if you want to set the -- 2.39.5