From 61da005a4e77d7f06cb5d2c4fc76885d221af9e7 Mon Sep 17 00:00:00 2001 From: Bruno Blais Date: Sun, 11 Feb 2024 23:12:14 -0500 Subject: [PATCH] Fix indent --- source/grid/grid_generator.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/grid/grid_generator.cc b/source/grid/grid_generator.cc index 4f318e01a2..ad15ea7dbe 100644 --- a/source/grid/grid_generator.cc +++ b/source/grid/grid_generator.cc @@ -6471,7 +6471,8 @@ namespace GridGenerator tria.set_all_manifold_ids(0); tria.set_manifold(0, CylindricalManifold<3>(2)); - if (!colorize) return; + if (!colorize) + return; // If colorize, set boundary id on the triangualtion. // Inner cylinder has boundary id 0 -- 2.39.5