From: hartmann
Date: Fri, 13 Jun 2008 07:37:33 +0000 (+0000)
Subject: ParameterHandler::get_integer now throws exception for non-integer parameters.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20480d40e4889ae89ba456144da0249888b502b8;p=dealii-svn.git
ParameterHandler::get_integer now throws exception for non-integer parameters.
git-svn-id: https://svn.dealii.org/trunk@16346 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h
index 3803432940..f4e7062431 100644
--- a/deal.II/doc/news/changes.h
+++ b/deal.II/doc/news/changes.h
@@ -94,6 +94,16 @@ inconvenience this causes.
(Tobias Leicht, Timo Heister, WB 2008/06/10)
+
+
+
+ Fixed: The ParameterHandler::get_integer function now throws an
+ exception when called for non-integer parameters. This exception has
+ been commented out some time ago but is now reincluded.
+
+ (RH 2008/06/11)
+
+