From: Daniel Arndt Date: Sun, 5 Jan 2020 21:58:01 +0000 (+0100) Subject: Remove cryptic comment X-Git-Tag: v9.2.0-rc1~739^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d91c06e0e5e37581d373e2d57f4b3f853f27377b;p=dealii.git Remove cryptic comment --- 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 *