From eea85855d05358c9b8ad98e9449cf1e91c78fc25 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 8 Aug 2019 18:29:55 -0500 Subject: [PATCH] fix a typo --- tests/grid/grid_generator_hyper_sphere.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/grid/grid_generator_hyper_sphere.cc b/tests/grid/grid_generator_hyper_sphere.cc index 4c07dd4b8a..f6cf0f3a1f 100644 --- a/tests/grid/grid_generator_hyper_sphere.cc +++ b/tests/grid/grid_generator_hyper_sphere.cc @@ -15,7 +15,7 @@ -// Test GridGenerator::create_triangulation_with_removed_cells +// Test GridGenerator::hyper_sphere() #include -- 2.39.5