]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix syntax: if we access something with X::template member<T> then the
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 13 Feb 2013 15:05:03 +0000 (15:05 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 13 Feb 2013 15:05:03 +0000 (15:05 +0000)
'template' keyword is only necessary if X is a class. This is no longer the
case for X=GridTools.

git-svn-id: https://svn.dealii.org/trunk@28374 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/numerics/derivative_approximation.cc

index cff3f585b3954bde221a2270fddb6355b1285b50..09901fa5515182e0c9ea6ee155a89e2c6f941768 100644 (file)
@@ -770,7 +770,7 @@ approximate_cell (const Mapping<dim,spacedim>                   &mapping,
   // first collect all neighbor
   // cells in a vector, and then
   // collect the data from them
-  GridTools::template get_active_neighbors<DH<dim,spacedim> >(cell, active_neighbors);
+  GridTools::get_active_neighbors<DH<dim,spacedim> >(cell, active_neighbors);
 
   // now loop over all active
   // neighbors and collect the

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.