From 69e2cce5ee1d2c9d271f7ab68f56922502846c6c Mon Sep 17 00:00:00 2001 From: David Wells Date: Tue, 8 May 2018 12:05:44 -0400 Subject: [PATCH] Remove a static Manifold from an example. --- include/deal.II/grid/grid_generator.h | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.39.5