From: Guido Kanschat Date: Thu, 17 Jan 2002 14:35:03 +0000 (+0000) Subject: Remove date from DX output X-Git-Tag: v8.0.0~18450 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5760b2030b38d9868f6f5c49fead764e8587afb;p=dealii.git Remove date from DX output git-svn-id: https://svn.dealii.org/trunk@5385 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/normalize.pl b/deal.II/common/scripts/normalize.pl index 01c31a35ae..92f93e3bc1 100644 --- a/deal.II/common/scripts/normalize.pl +++ b/deal.II/common/scripts/normalize.pl @@ -19,6 +19,7 @@ s/JobId.*//; # Several data and time strings s/%%Creation Date:.*//; +s/\"created\".*//; s/# Time =.*//; s/# Date =.*//; s/^\s+Time =.*//;