From 9352a591adaa898af9fd07b83db0f8ebdaf38eab Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 3 Mar 2003 16:53:11 +0000 Subject: [PATCH] Filter out VTK identification date. git-svn-id: https://svn.dealii.org/trunk@7264 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/scripts/normalize.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5