From: guido Date: Thu, 17 Jan 2002 14:35:03 +0000 (+0000) Subject: Remove date from DX output X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd3b1d2c5d79a0d64dd74ecbf14e94717eb964d6;p=dealii-svn.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 =.*//;