From 9feb9e1f0048b8352401a2b779ade7e93d5bb2d8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 30 May 2013 18:47:53 +0000 Subject: [PATCH] Add necessary conversion. git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29669 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/fe_tools_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/bits/fe_tools_common.h b/tests/bits/fe_tools_common.h index 17aca14894..3cdf6c191d 100644 --- a/tests/bits/fe_tools_common.h +++ b/tests/bits/fe_tools_common.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2003, 2004, 2005, 2006, 2007, 2010 by the deal.II authors +// Copyright (C) 2003, 2004, 2005, 2006, 2007, 2010, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -83,7 +83,7 @@ output_vector (const VECTOR &v) // write out at most 20 equispaced // elements of the vector - for (unsigned int i=0; i(1), + for (unsigned int i=0; i(1), v.size()/20)) deallog << v(i) << ' '; deallog << std::endl; -- 2.39.5