From: Matthias Maier Date: Thu, 8 Aug 2019 23:29:55 +0000 (-0500) Subject: fix a typo X-Git-Tag: v9.2.0-rc1~1280^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eea85855d05358c9b8ad98e9449cf1e91c78fc25;p=dealii.git fix a typo --- 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