From: Bruno Blais Date: Sun, 11 Feb 2024 19:53:26 +0000 (-0500) Subject: Fix generator from name X-Git-Tag: relicensing~48^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f26a23a4af42064daf44a2d20537b1195a5abff;p=dealii.git Fix generator from name --- diff --git a/source/grid/grid_generator_from_name.cc b/source/grid/grid_generator_from_name.cc index 134ce1433d..341b2953ae 100644 --- a/source/grid/grid_generator_from_name.cc +++ b/source/grid/grid_generator_from_name.cc @@ -214,7 +214,8 @@ namespace GridGenerator double, double, unsigned int, - unsigned int>(cylinder_shell, arguments, tria); + unsigned int, + bool>(cylinder_shell, arguments, tria); else if (name == "hyper_cube_with_cylindrical_hole") parse_and_create(