]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix compilation without threads by using the correct variable name.
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sun, 6 May 2012 07:20:25 +0000 (07:20 +0000)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sun, 6 May 2012 07:20:25 +0000 (07:20 +0000)
git-svn-id: https://svn.dealii.org/trunk@25496 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/base/parallel.h

index 9ca7284426174d80c2668db3e4e2e10177fa6012..285322472fe6cdc77b624f29fd6533ca738b029e 100644 (file)
@@ -854,7 +854,7 @@ namespace parallel
 #if DEAL_II_USE_MT == 0
                                      // make sure we don't get compiler
                                      // warnings about unused arguments
-    (void) grainsize;
+    (void) minimum_parallel_grain_size;
 
     apply_to_subrange (begin, end);
 #else

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.