]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid what I believe is an unnecessary '::template ' in hopes that it makes MS VC...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 3 Feb 2014 14:58:05 +0000 (14:58 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 3 Feb 2014 14:58:05 +0000 (14:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@32389 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/hp/dof_handler.cc

index b083369760b1b9d3e2107597c36a03b2b6f57124..467df4e75449205e772146d0fbfe285ae284ff6b 100644 (file)
@@ -2643,7 +2643,7 @@ namespace hp
 
       for (; cell != endc; ++cell)
         next_free_dof
-          = dealii::internal::hp::DoFHandler::Implementation::template distribute_dofs_on_cell<spacedim> (cell,
+          = dealii::internal::hp::DoFHandler::Implementation::distribute_dofs_on_cell<spacedim> (cell,
             next_free_dof);
 
       number_cache.n_global_dofs = next_free_dof;

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.