]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix tests/grid/grid_parallelepiped_05 2136/head
authorTimo Heister <timo.heister@gmail.com>
Fri, 5 Feb 2016 12:42:09 +0000 (07:42 -0500)
committerTimo Heister <timo.heister@gmail.com>
Fri, 5 Feb 2016 12:42:09 +0000 (07:42 -0500)
tests/grid/grid_parallelepiped_05.cc

index 473236dee95e6dbaebd0960a9e45d6a681c7354b..2b2e7ad3d4dee54b494974766b37cdad983f54e7 100644 (file)
@@ -89,8 +89,11 @@ void check (bool subdivide)
   bool colorize = false;
 
   Triangulation<dim,spacedim> triangulation;
-  GridGenerator::subdivided_parallelepiped (triangulation, origin, edges,
-                                            subdivisions, colorize);
+  GridGenerator::subdivided_parallelepiped<dim,spacedim> (triangulation,
+                                                          origin,
+                                                          edges,
+                                                          subdivisions,
+                                                          colorize);
 
   GridOut grid_out;
 

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.