From: Bruno Blais Date: Sun, 6 Jul 2025 21:26:44 +0000 (-0400) Subject: Re-establish coherence with grid generator from n. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18552%2Fhead;p=dealii.git Re-establish coherence with grid generator from n. --- diff --git a/source/grid/grid_generator_from_name.cc b/source/grid/grid_generator_from_name.cc index 3c2bde7c34..ebcafa1232 100644 --- a/source/grid/grid_generator_from_name.cc +++ b/source/grid/grid_generator_from_name.cc @@ -119,7 +119,7 @@ namespace GridGenerator else if (name == "channel_with_cylinder") parse_and_create( channel_with_cylinder, arguments, tria); - else if (name == "custom_channel_with_cylinder") + else if (name == "uniform_channel_with_cylinder") parse_and_create &,