From: wolf Date: Mon, 12 Sep 2005 01:46:37 +0000 (+0000) Subject: Little doc update. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61083e46db4bdaba5c61f9b9ffa4a11106abda9a;p=dealii-svn.git Little doc update. git-svn-id: https://svn.dealii.org/trunk@11406 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/parameter_handler.h b/deal.II/base/include/base/parameter_handler.h index 931ee39dff..11e1e5a3c4 100644 --- a/deal.II/base/include/base/parameter_handler.h +++ b/deal.II/base/include/base/parameter_handler.h @@ -1359,7 +1359,10 @@ class ParameterHandler /** * Return value of entry - * entry_string as long int. + * entry_string as long + * int. (A long int is chosen so + * that even very large unsigned values + * can be returned by this function.) */ long int get_integer (const std::string &entry_string) const;