From: bangerth Date: Wed, 30 May 2012 10:57:16 +0000 (+0000) Subject: Simplify test. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ecab8b7ca6670d23ce9c1add5e63a36484e1b1b;p=dealii-svn.git Simplify test. git-svn-id: https://svn.dealii.org/trunk@25568 0785d39b-7218-0410-832d-ea1e28bc413d --- 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";