From f5bbe60a2f639bf89c275a82eba8a5809fac4742 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Tue, 14 Apr 2015 11:23:00 +0200 Subject: [PATCH] Fix test in 64bit mode --- tests/hp/solution_transfer_12.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hp/solution_transfer_12.cc b/tests/hp/solution_transfer_12.cc index c2e29e3fda..99d32c0db6 100644 --- a/tests/hp/solution_transfer_12.cc +++ b/tests/hp/solution_transfer_12.cc @@ -124,7 +124,7 @@ void transfer(std::ostream &out) quad.push_back (QTrapez ()); hp::FEValues hp_fe_val (fe_q, quad, update_values | update_quadrature_points); - std::vector local_dof_indices; + std::vector local_dof_indices; typename hp::DoFHandler::active_cell_iterator cell = q_dof_handler.begin_active(), endc = q_dof_handler.end(); -- 2.39.5