From: David Wells Date: Sat, 30 Mar 2019 15:28:27 +0000 (-0400) Subject: Fix a comment. X-Git-Tag: v9.1.0-rc1~231^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f12c2c2ae57a994a876ad8f16518f5ba054c27a;p=dealii.git Fix a comment. There are no blocks in this object. --- 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