]> https://gitweb.dealii.org/ - dealii.git/commitdiff
cppcheck: explicitly call a virtual function in a ctor.
authorDavid Wells <drwells@email.unc.edu>
Mon, 13 May 2019 17:24:58 +0000 (13:24 -0400)
committerDavid Wells <drwells@email.unc.edu>
Mon, 13 May 2019 19:56:35 +0000 (15:56 -0400)
include/deal.II/base/aligned_vector.h

index 2a17623ec4e6fb34475a1a6e031cc61a97277883..f18c5ba80f0ce91791538033f08a21521042b7c0 100644 (file)
@@ -398,7 +398,7 @@ namespace internal
              ExcInternalError());
       const std::size_t size = source_end - source_begin;
       if (size < minimum_parallel_grain_size)
-        apply_to_subrange(0, size);
+        AlignedVectorCopy::apply_to_subrange(0, size);
       else
         apply_parallel(0, size, minimum_parallel_grain_size);
     }

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.