]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix bug.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 25 Jan 2002 12:02:24 +0000 (12:02 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 25 Jan 2002 12:02:24 +0000 (12:02 +0000)
git-svn-id: https://svn.dealii.org/trunk@5402 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4
deal.II/configure

index a19205648113a50406e63a37974a1d6ff113d157..c3fbceace1aae265a15ce50c200f2fe4d8f10b86 100644 (file)
@@ -637,7 +637,7 @@ AC_DEFUN(DEAL_II_HAVE_STD_NUMERIC_LIMITS, dnl
 #include <limits>
     ],
     [
-       unsigned int i = std::numeric_limits<unsigned int>::eps;
+       unsigned int i = std::numeric_limits<unsigned int>::min();
     ],
     [
       AC_MSG_RESULT(yes)
index e56e8153f7e1f71e87d081bf96e96a8d734d3195..0c0bf1999d1c6f463410d2e9306fcbcaf6ec2039 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# From configure.in Revision: 1.89 
+# From configure.in Revision: 1.90 
 
 
 
@@ -2171,7 +2171,7 @@ cross_compiling=$ac_cv_prog_cxx_cross
     
 int main() {
 
-       unsigned int i = std::numeric_limits<unsigned int>::eps;
+       unsigned int i = std::numeric_limits<unsigned int>::min();
     
 ; return 0; }
 EOF

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.