]> https://gitweb.dealii.org/ - dealii.git/commitdiff
avoid warning in grid_generator 1642/head
authorTimo Heister <timo.heister@gmail.com>
Mon, 21 Sep 2015 00:23:17 +0000 (20:23 -0400)
committerTimo Heister <timo.heister@gmail.com>
Mon, 21 Sep 2015 00:23:17 +0000 (20:23 -0400)
source/grid/grid_generator.cc

index c07b871f1cc655ee229c490586cc709fff4edaf3..b0ce6ad61dfed4f15d0ef4a0d5dd1c9b20c3def7 100644 (file)
@@ -4336,12 +4336,12 @@ namespace GridGenerator
 
   template void
   hyper_sphere< 1 ,  2 > (Triangulation< 1 ,   2> &,
-                          const Point<2>   &center = Point<2>(),
-                          const double        radius = 1.);
+                          const Point<2>   &center,
+                          const double        radius);
   template void
   hyper_sphere< 2 ,  3 > (Triangulation< 2 ,   3> &,
-                          const Point<3>   &center = Point<3>(),
-                          const double        radius = 1.);
+                          const Point<3>   &center,
+                          const double        radius);
 }
 #include "grid_generator.inst"
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.