]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix comment.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 9 Nov 2009 17:14:32 +0000 (17:14 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 9 Nov 2009 17:14:32 +0000 (17:14 +0000)
git-svn-id: https://svn.dealii.org/trunk@20076 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4

index cac2b15e6f3040f4141f5185f3dbd0bf10fc4a04..e4f2f9e9de234a14bc4a44a1285cb22c2e362290 100644 (file)
@@ -4989,7 +4989,7 @@ void f (const std::ostream &out);
 
 
 dnl -------------------------------------------------------------
-dnl Check whether the numeric_limits classes are available
+dnl Check whether the <iosfwd> header is available
 dnl
 dnl Usage: DEAL_II_HAVE_STD_OSTREAM_HEADER
 dnl
@@ -5771,12 +5771,12 @@ AC_DEFUN(DEAL_II_CONFIGURE_PETSC_ARCH, dnl
           if test -d $DEAL_II_PETSC_DIR/lib/libg/$DEAL_II_PETSC_ARCH \
                -o -d $DEAL_II_PETSC_DIR/lib/libg_complex/$DEAL_II_PETSC_ARCH \
              ; then
-            AC_MSG_ERROR([PETSc has not been compiled for C++ with scalar type real, 
+            AC_MSG_ERROR([PETSc has not been compiled for C++ with scalar type real,
                   but deal.II needs this for this PETSc version] $PETSC_VERSION)
           else
             AC_MSG_ERROR([PETSc has not been compiled for the architecture
                           specified with --with-petsc-arch])
-          fi 
+          fi
         fi
         ;;
 
@@ -5862,7 +5862,7 @@ AC_DEFUN(DEAL_II_CONFIGURE_PETSC_MPIUNI_LIB, dnl
      AC_MSG_RESULT(not found)
   else
      AC_MSG_RESULT($DEAL_II_PETSC_MPIUNI_LIB)
-  fi 
+  fi
 ])
 
 
@@ -5885,7 +5885,7 @@ AC_DEFUN(DEAL_II_CONFIGURE_PETSC_COMPLEX, dnl
     3.*)
       DEAL_II_PETSC_COMPLEX=`cat $DEAL_II_PETSC_DIR/$DEAL_II_PETSC_ARCH/include/petscconf.h \
                                | grep "#define PETSC_USE_COMPLEX" \
-                               | perl -pi -e 's/.*COMPLEX\s+//g;'`      
+                               | perl -pi -e 's/.*COMPLEX\s+//g;'`
     ;;
     *)
       AC_MSG_ERROR([Unknown PETSc version])
@@ -5904,7 +5904,7 @@ AC_DEFUN(DEAL_II_CONFIGURE_PETSC_COMPLEX, dnl
      AC_MSG_RESULT(not found)
   fi fi
 
-  dnl If we have previously found PETSc and here with a complex 
+  dnl If we have previously found PETSc and here with a complex
   dnl scalar type then set the DEAL_II_USE_COMPLEX macro
   if test "$USE_CONTRIB_PETSC" = "yes" ; then
     if test "$DEAL_II_PETSC_COMPLEX" = "1" ; then

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.