From: Wolfgang Bangerth Date: Mon, 25 May 1998 18:36:17 +0000 (+0000) Subject: Doc update. X-Git-Tag: v8.0.0~22894 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e5c25645c271d52a7d2991d1c0c877b8871bbb0;p=dealii.git Doc update. git-svn-id: https://svn.dealii.org/trunk@360 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/dvector.h b/deal.II/lac/include/lac/dvector.h index 3bd02e73a6..e306f96df4 100644 --- a/deal.II/lac/include/lac/dvector.h +++ b/deal.II/lac/include/lac/dvector.h @@ -95,9 +95,10 @@ class dVector : public VectorBase dVector (const dVector& V); /** - * Constructor. Dimension = N (>0) + * Constructor. Set dimension to #n# and + * initialize all elements with zero. */ - dVector (const unsigned int N); + dVector (const unsigned int n); /** * Destructor. Clears memory