From ae565638896ea15c7e8779286d9e7a3e8d194b74 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 1 Aug 2002 12:46:16 +0000 Subject: [PATCH] Clarify comment. git-svn-id: https://svn.dealii.org/trunk@6312 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/vector2d.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/deal.II/base/include/base/vector2d.h b/deal.II/base/include/base/vector2d.h index f3ff39d355..af9854ce4f 100644 --- a/deal.II/base/include/base/vector2d.h +++ b/deal.II/base/include/base/vector2d.h @@ -409,7 +409,13 @@ class vector2d : public Subscriptor * Fill array with an array of * elements. The array is * arranged line by line. No - * range checking is performed. + * range checking is performed, + * i.e., it is assumed that the + * input array @p{entries} + * contains @p{n_rows()*n_cols()} + * elements, and that the layout + * refers to the desired shape of + * this table. */ template void fill (const T2 *entries); -- 2.39.5