From 2aee8e457a21c327b72007e36e762e2b55fbc224 Mon Sep 17 00:00:00 2001 From: heister Date: Mon, 13 Aug 2012 13:38:18 +0000 Subject: [PATCH] fix definition git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_3@25929 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/hp/dof_objects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/hp/dof_objects.h b/deal.II/include/deal.II/hp/dof_objects.h index 35c5e829fa..6c140c1ba1 100644 --- a/deal.II/include/deal.II/hp/dof_objects.h +++ b/deal.II/include/deal.II/hp/dof_objects.h @@ -304,7 +304,7 @@ namespace internal // an exception if we can't // find a set for this // particular fe_index - const type::global_dof_index starting_offset = dof_offsets[obj_index]; + const types::global_dof_index starting_offset = dof_offsets[obj_index]; const unsigned int *pointer = &dofs[starting_offset]; while (true) { -- 2.39.5