From 151b7e8500259ec29e266627f8272c3b8ebc5396 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sat, 16 Nov 2013 09:39:22 +0000 Subject: [PATCH] Testsuite: Fix data_out_stack_0? git-svn-id: https://svn.dealii.org/trunk@31683 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/data_out_stack_01.cc | 7 ++++--- tests/bits/data_out_stack_02.cc | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/tests/bits/data_out_stack_01.cc b/tests/bits/data_out_stack_01.cc index c1fb91109a..3ff1849bac 100644 --- a/tests/bits/data_out_stack_01.cc +++ b/tests/bits/data_out_stack_01.cc @@ -40,10 +40,11 @@ check_this (const DoFHandler &, +template <> void -check_this (const DoFHandler<1> &dof_handler, - const Vector &v_node, - const Vector &v_cell) +check_this<1> (const DoFHandler<1> &dof_handler, + const Vector &v_node, + const Vector &v_cell) { const unsigned int dim = 1; diff --git a/tests/bits/data_out_stack_02.cc b/tests/bits/data_out_stack_02.cc index c6e5993051..08e9e6804e 100644 --- a/tests/bits/data_out_stack_02.cc +++ b/tests/bits/data_out_stack_02.cc @@ -43,10 +43,11 @@ check_this (const DoFHandler &, +template <> void -check_this (const DoFHandler<1> &dof_handler, - const Vector &v_node, - const Vector &v_cell) +check_this<1> (const DoFHandler<1> &dof_handler, + const Vector &v_node, + const Vector &v_cell) { const unsigned int dim = 1; -- 2.39.5