]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix instantiation of subdivided_hyper_rectangle 981/head
authorTimo Heister <timo.heister@gmail.com>
Sun, 31 May 2015 01:41:04 +0000 (21:41 -0400)
committerTimo Heister <timo.heister@gmail.com>
Sun, 31 May 2015 01:41:04 +0000 (21:41 -0400)
intel compiler complains about a missing instantiation because of a missing const

source/grid/grid_generator.inst.in

index 60280b48141c581ce3e0e9ad4f210455ef5bcaef..d530368880faae57507163f37770f061076309e8 100644 (file)
@@ -41,7 +41,7 @@ namespace GridGenerator
      const std::vector<unsigned int>&,
      const Point<deal_II_space_dimension>&,
      const Point<deal_II_space_dimension>&,
-     bool);
+     const bool);
 
     template
       void

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.