From e6417772125083ca0409e7024733180023d57e90 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 23 Mar 2004 17:08:11 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@8844 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/petsc_vector.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); }; -- 2.39.5