From: wolf Date: Wed, 24 Mar 2004 17:31:38 +0000 (+0000) Subject: Comment change. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ff62a32029de29f15b5701531c8b14e6a49b08e;p=dealii-svn.git Comment change. git-svn-id: https://svn.dealii.org/trunk@8860 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/vector.h b/deal.II/lac/include/lac/vector.h index ef69dff3d7..78c04435ad 100644 --- a/deal.II/lac/include/lac/vector.h +++ b/deal.II/lac/include/lac/vector.h @@ -206,7 +206,7 @@ class Vector * analogous to that of the STL * containers. * - * On @p{fast==false}, the vector is + * If @arg fast is false, the vector is * filled by zeros. Otherwise, the * elements are left an unspecified * state.