From d91c06e0e5e37581d373e2d57f4b3f853f27377b Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Sun, 5 Jan 2020 22:58:01 +0100 Subject: [PATCH] Remove cryptic comment --- include/deal.II/grid/grid_generator.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index a0f5f7bb80..cbafa8005a 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -100,8 +100,7 @@ namespace GridGenerator * * The @p vertices argument contains a vector with all d+1 vertices of the * simplex. They must be given in an order such that the vectors from the - * first vertex to each of the others form a right-handed system. And I am - * not happy about the discrimination involved here. + * first vertex to each of the others form a right-handed system. * * The meshes generated in two and three dimensions are * -- 2.39.5