]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove invalid specialization syntax.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 18 May 2001 08:44:56 +0000 (08:44 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 18 May 2001 08:44:56 +0000 (08:44 +0000)
git-svn-id: https://svn.dealii.org/trunk@4668 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/grid_generator.cc

index 7d0ffbb61f365422f1a4173dcdd4baa9980ebfe9..78c2ed18b4a91c27439152f15f606712b55e7ba5 100644 (file)
@@ -160,9 +160,9 @@ void GridGenerator::hyper_cube(Triangulation<dim> &tria,
 #if deal_II_dimension == 1
 
 template <>
-void GridGenerator::hyper_cube_slit<> (Triangulation<1> &,
-                                      const double,
-                                      const double)
+void GridGenerator::hyper_cube_slit (Triangulation<1> &,
+                                    const double,
+                                    const double)
 {
   Assert (false, ExcInternalError());
 };
@@ -170,9 +170,9 @@ void GridGenerator::hyper_cube_slit<> (Triangulation<1> &,
 
 
 template <>
-void GridGenerator::hyper_L<> (Triangulation<1> &,
-                              const double,
-                              const double)
+void GridGenerator::hyper_L (Triangulation<1> &,
+                            const double,
+                            const double)
 {
   Assert (false, ExcInternalError());
 };
@@ -180,9 +180,9 @@ void GridGenerator::hyper_L<> (Triangulation<1> &,
 
 
 template <>
-void GridGenerator::hyper_ball<> (Triangulation<1> &,
-                                 const Point<1> &,
-                                 const double)
+void GridGenerator::hyper_ball (Triangulation<1> &,
+                               const Point<1> &,
+                               const double)
 {
   Assert (false, ExcInternalError());
 };
@@ -190,11 +190,12 @@ void GridGenerator::hyper_ball<> (Triangulation<1> &,
 
 
 template <>
-void GridGenerator::hyper_shell<> (Triangulation<1> &,
-                                  const Point<1> &,
-                                  const double,
-                                  const double,
-                                  const unsigned int) {
+void GridGenerator::hyper_shell (Triangulation<1> &,
+                                const Point<1> &,
+                                const double,
+                                const double,
+                                const unsigned int)
+{
   Assert (false, ExcInternalError());
 };
 

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.