From: David Wells Date: Tue, 8 May 2018 16:05:44 +0000 (-0400) Subject: Remove a static Manifold from an example. X-Git-Tag: v9.0.0-rc4~1^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6548%2Fhead;p=dealii.git Remove a static Manifold from an example. --- diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 52b0ee175c..fb145445b9 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -491,9 +491,6 @@ namespace GridGenerator * The following pictures are generated with: * @code * Triangulation<2,3> triangulation; - * - * static SphericalManifold<2,3> surface_description; - * * GridGenerator::hyper_sphere(triangulation); * triangulation.refine_global(3); * @endcode