]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a bug/thinko.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 28 Jan 2002 09:43:09 +0000 (09:43 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 28 Jan 2002 09:43:09 +0000 (09:43 +0000)
git-svn-id: https://svn.dealii.org/trunk@5425 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/parameter_handler.cc

index c594609c73c341e4f4ad13a38cb0149fe0e786bd..41c90d17aadd5fc32c9657a6e39ba9905f4ac844 100644 (file)
@@ -141,7 +141,7 @@ namespace Patterns
 
   const double Double::min_double_value =
 #ifdef HAVE_STD_NUMERIC_LIMITS
-          std::numeric_limits<double>::min();
+          -std::numeric_limits<double>::max();
 #else
           1;
 #endif

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.