]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Beginner's mistake with macro arguments :-(
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 25 Feb 2010 15:46:12 +0000 (15:46 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 25 Feb 2010 15:46:12 +0000 (15:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@20693 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/config.h.in

index e8474650ba3b573bc8b787d9920bffff57de560d..0edb836b90a2ddcc9940ad5d8a8eb2e331045a81 100644 (file)
     PETSC_VERSION_MINOR * 100) + \
     PETSC_VERSION_SUBMINOR \
     >=  \
-    major*10000 + minor*100 + subminor)
+    (major)*10000 + (minor)*100 + (subminor))
 
 
 #include <base/numbers.h>

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.