]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix odd placement of parentheses.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 1 Mar 2010 03:06:29 +0000 (03:06 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 1 Mar 2010 03:06:29 +0000 (03:06 +0000)
git-svn-id: https://svn.dealii.org/trunk@20715 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/configure.in

index a752aa6b7e822473db6c00eed482417d796c4a6f..d7f7a459abc6a95444230a5075862ee1433e652b 100644 (file)
@@ -693,15 +693,15 @@ AH_BOTTOM(
  */
 #define DEAL_II_PETSC_VERSION_LT(major,minor,subminor) \
   ((PETSC_VERSION_MAJOR * 10000 + \
-    PETSC_VERSION_MINOR * 100) + \
-    PETSC_VERSION_SUBMINOR \
+    PETSC_VERSION_MINOR * 100 + \
+    PETSC_VERSION_SUBMINOR) \
     <  \
     major*10000 + minor*100 + subminor)
 
 #define DEAL_II_PETSC_VERSION_GE(major,minor,subminor) \
   ((PETSC_VERSION_MAJOR * 10000 + \
-    PETSC_VERSION_MINOR * 100) + \
-    PETSC_VERSION_SUBMINOR \
+    PETSC_VERSION_MINOR * 100 + \
+    PETSC_VERSION_SUBMINOR) \
     >=  \
     (major)*10000 + (minor)*100 + (subminor))
 

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.