From: Wolfgang Bangerth Date: Mon, 3 Mar 2003 16:53:11 +0000 (+0000) Subject: Filter out VTK identification date. X-Git-Tag: v8.0.0~16821 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5c55c3d3d950a3f58718acc1d7092f7eeaa712f;p=dealii.git Filter out VTK identification date. git-svn-id: https://svn.dealii.org/trunk@7264 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/normalize.pl b/deal.II/common/scripts/normalize.pl index ee4bdfe4c4..04cad9bbc1 100644 --- a/deal.II/common/scripts/normalize.pl +++ b/deal.II/common/scripts/normalize.pl @@ -1,7 +1,7 @@ ###################################################################### # $Id$ # -# Copyright (C) 2001, the deal.II authors +# Copyright (C) 2001, 2003, the deal.II authors # # Remove insignificant volatile data from output files of tests # @@ -25,6 +25,7 @@ s/# Date =.*//; s/^\s+Time =.*//; s/^\s+Date =.*//; s/Time tag:.*//g; +s/by the deal.II library on.*//; # Exceptions