]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Bugfix: Add forgotten default parameter to function 3803/head
authorMatthias Maier <tamiko@43-1.org>
Sun, 15 Jan 2017 08:08:52 +0000 (02:08 -0600)
committerMatthias Maier <tamiko@43-1.org>
Sun, 15 Jan 2017 08:10:31 +0000 (02:10 -0600)
One of the overloaded GridGenerator::subdivided_hyper_rectangle variants
has a missing default parameter for the last argument.

In reference to #3802

include/deal.II/grid/grid_generator.h

index 1efc003f5970c7a6b991869d92c7cf364058b4f1..a78492cc4c83adb7d0c9d0252f2bd513a992f788 100644 (file)
@@ -241,7 +241,7 @@ namespace GridGenerator
                               const std::vector<std::vector<double> > &step_sizes,
                               const Point<dim>                        &p_1,
                               const Point<dim>                        &p_2,
-                              const bool                              colorize);
+                              const bool                              colorize=false);
 
   /**
    * Like the previous function, but with the following twist: the @p

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.