From: deal Date: Mon, 7 May 2001 10:24:27 +0000 (+0000) Subject: Print table head in small to make table less wide. X-Git-Tag: v8.0.0~19241 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebbe90db65b11fcfd10a5ee6605043eeccc7cd11;p=dealii.git Print table head in small to make table less wide. git-svn-id: https://svn.dealii.org/trunk@4549 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/report.pl b/deal.II/common/scripts/report.pl index d2d08d1a4e..43a3909144 100644 --- a/deal.II/common/scripts/report.pl +++ b/deal.II/common/scripts/report.pl @@ -49,7 +49,7 @@ foreach $name (sort keys %testcase) { for ($i=1;$i<$next_index;$i++) { - printf "%02d", $i; + printf "%02d", $i; } # finally output a table of results