From: Matthias Maier Date: Sat, 16 Nov 2013 09:39:22 +0000 (+0000) Subject: Testsuite: Fix data_out_stack_0? X-Git-Tag: v8.1.0~269 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=151b7e8500259ec29e266627f8272c3b8ebc5396;p=dealii.git Testsuite: Fix data_out_stack_0? git-svn-id: https://svn.dealii.org/trunk@31683 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;