]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Avoid default template argument for function template which requires c++11.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 10 Apr 2014 12:30:12 +0000 (12:30 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 10 Apr 2014 12:30:12 +0000 (12:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@32757 0785d39b-7218-0410-832d-ea1e28bc413d

tests/distributed_grids/coarse_grid_common.h

index fc3cdd70127f07fc65c447de0e9205347e080850..655ecea87cbfa8bc492dc23156e76c7527947b42 100644 (file)
@@ -26,7 +26,7 @@
 #include <unistd.h>
 
 
-template <int dim, int spacedim=dim>
+template <int dim, int spacedim>
 void write_vtk (const parallel::distributed::Triangulation<dim,spacedim> &tria,
                 const char                                *filename)
 {

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.