From a388292ce4235b2b5920e5aa6e5cd1e06ef6458a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 30 May 2012 10:57:16 +0000 Subject: [PATCH] Simplify test. git-svn-id: https://svn.dealii.org/trunk@25568 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/base/data_out_base_pvtu.cc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tests/base/data_out_base_pvtu.cc b/tests/base/data_out_base_pvtu.cc index e166ee7f61..46be8967e7 100644 --- a/tests/base/data_out_base_pvtu.cc +++ b/tests/base/data_out_base_pvtu.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2006, 2007, 2010 by the deal.II authors +// Copyright (C) 2006, 2007, 2010, 2012 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -52,11 +52,6 @@ class DataOutX : public DataOutInterface<2,2> template void check(std::ostream& out) { - const unsigned int np = 4; - patches.resize (np); - - create_patches(patches); - names.resize (5); names[0] = "x1"; names[1] = "x2"; -- 2.39.5