From 1761ad1be4d4cad0961ccbc8a086c2dc47231e41 Mon Sep 17 00:00:00 2001 From: Bruno Blais Date: Sun, 25 Feb 2024 13:35:44 -0500 Subject: [PATCH] Remove useless spaces --- source/grid/grid_generator.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/grid/grid_generator.cc b/source/grid/grid_generator.cc index 44d1d33ffa..da54ce03a3 100644 --- a/source/grid/grid_generator.cc +++ b/source/grid/grid_generator.cc @@ -6484,8 +6484,6 @@ namespace GridGenerator // bottom and top cells. double eps_z = 1e-6 * length; - - // Gather the inner radius from the faces instead of the argument, this is // more robust for some aspect ratios. First initialize the outer to 0 and // the inner to a large value -- 2.39.5