From: Matthias Maier Date: Sun, 15 Jan 2017 08:08:52 +0000 (-0600) Subject: Bugfix: Add forgotten default parameter to function X-Git-Tag: v8.5.0-rc1~236^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3803%2Fhead;p=dealii.git Bugfix: Add forgotten default parameter to function One of the overloaded GridGenerator::subdivided_hyper_rectangle variants has a missing default parameter for the last argument. In reference to #3802 --- diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 1efc003f59..a78492cc4c 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -241,7 +241,7 @@ namespace GridGenerator const std::vector > &step_sizes, const Point &p_1, const Point &p_2, - const bool colorize); + const bool colorize=false); /** * Like the previous function, but with the following twist: the @p