From: wolf Date: Tue, 23 Mar 2004 17:08:11 +0000 (+0000) Subject: Doc update. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6417772125083ca0409e7024733180023d57e90;p=dealii-svn.git Doc update. git-svn-id: https://svn.dealii.org/trunk@8844 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/petsc_vector.h b/deal.II/lac/include/lac/petsc_vector.h index 248b0f7c6b..185ba6ca69 100644 --- a/deal.II/lac/include/lac/petsc_vector.h +++ b/deal.II/lac/include/lac/petsc_vector.h @@ -102,7 +102,8 @@ namespace PETScWrappers /** * Create a vector of length @p{n}. For * this class, we create a sequential - * vector. + * vector. @arg n denotes the total + * size of the vector to be created. */ virtual void create_vector (const unsigned int n); };