]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Qualify a call that doesn't necessarily have to be qualified, but it also doesn't...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 13 Mar 2005 06:36:49 +0000 (06:36 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 13 Mar 2005 06:36:49 +0000 (06:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@10119 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/sparse_vanka.templates.h

index 032e381ec7dd527f32d4baa56745bf9a31a28567..728af432427d4862051a57fffed8891c5135c9b1 100644 (file)
@@ -66,9 +66,9 @@ SparseVanka<number>::compute_inverses ()
     compute_inverses (0, matrix->m());
   else
     {
-      const unsigned int n_inverses = count (selected.begin(),
-                                             selected.end(),
-                                             true);
+      const unsigned int n_inverses = std::count (selected.begin(),
+                                                 selected.end(),
+                                                 true);
 
       const unsigned int n_inverses_per_thread = std::max(n_inverses / n_threads,
                                                           1U);

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.