From c08e02a851092f456f8d2a9c01df404236d08995 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 3 Feb 2014 14:58:05 +0000 Subject: [PATCH] Avoid what I believe is an unnecessary '::template ' in hopes that it makes MS VC++ happier. git-svn-id: https://svn.dealii.org/trunk@32389 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/hp/dof_handler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/source/hp/dof_handler.cc b/deal.II/source/hp/dof_handler.cc index b083369760..467df4e754 100644 --- a/deal.II/source/hp/dof_handler.cc +++ b/deal.II/source/hp/dof_handler.cc @@ -2643,7 +2643,7 @@ namespace hp for (; cell != endc; ++cell) next_free_dof - = dealii::internal::hp::DoFHandler::Implementation::template distribute_dofs_on_cell (cell, + = dealii::internal::hp::DoFHandler::Implementation::distribute_dofs_on_cell (cell, next_free_dof); number_cache.n_global_dofs = next_free_dof; -- 2.39.5