From b40999ad700faba690d9b3573261eec0e7a2c2eb Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 26 Nov 1998 10:12:48 +0000 Subject: [PATCH] Update doc. git-svn-id: https://svn.dealii.org/trunk@681 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/data_io.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deal.II/deal.II/include/numerics/data_io.h b/deal.II/deal.II/include/numerics/data_io.h index 17bc785285..c78dc23143 100644 --- a/deal.II/deal.II/include/numerics/data_io.h +++ b/deal.II/deal.II/include/numerics/data_io.h @@ -311,6 +311,14 @@ class DataOut { * degrees of freedom in the dof handler. * Therefore, no block vectors are allowed * at present. + * + * The name and unit of a data vector shall + * only contain characters which are + * letters, underscore and a few other + * ones. Refer to the #ExcInvalidCharacter# + * exception declared in this class to + * see which characters are valid and which + * are not. */ void add_data_vector (const dVector &data, const string &name, -- 2.39.5