From: wolf Date: Thu, 26 Nov 1998 10:12:48 +0000 (+0000) Subject: Update doc. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b40999ad700faba690d9b3573261eec0e7a2c2eb;p=dealii-svn.git Update doc. git-svn-id: https://svn.dealii.org/trunk@681 0785d39b-7218-0410-832d-ea1e28bc413d --- 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,