From 8ce73f9688eddf217aed50b8d063b047cf685ae5 Mon Sep 17 00:00:00 2001
From: Max Kahnt <max.kahnt@fu-berlin.de>
Date: Wed, 26 Apr 2017 16:47:31 +0200
Subject: [PATCH] Remove comment restricting createSphere to UG grid.

---
 dune/fufem/utilities/gridconstruction.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dune/fufem/utilities/gridconstruction.hh b/dune/fufem/utilities/gridconstruction.hh
index 0e66f220..567f3438 100644
--- a/dune/fufem/utilities/gridconstruction.hh
+++ b/dune/fufem/utilities/gridconstruction.hh
@@ -187,7 +187,7 @@ public:
 
   /** \brief Create a sphere grid.
    *
-   *  Only works for UGGrid by now!
+   *
    */
   static GridType* createSphere(const ParameterTree& config) {
     return makeSphereOnOctahedron<GridType>(config.get<FV>("center"),
-- 
GitLab