From: Wolfgang Bangerth Date: Thu, 30 May 2013 18:47:53 +0000 (+0000) Subject: Add necessary conversion. X-Git-Tag: v8.0.0~316^2~20 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9feb9e1f0048b8352401a2b779ade7e93d5bb2d8;p=dealii.git Add necessary conversion. git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29669 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;