From 8f13871c648e30ddb6193a9299cf9349cac42c6f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 5 May 1998 09:17:18 +0000 Subject: [PATCH] Add small script to strip off comments from ucd files (DealVision doesn't understand 'em). git-svn-id: https://svn.dealii.org/trunk@249 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Attic/examples/error-estimation/strip_comments | 1 + tests/big-tests/error-estimation/strip_comments | 1 + 2 files changed, 2 insertions(+) create mode 100755 deal.II/deal.II/Attic/examples/error-estimation/strip_comments create mode 100755 tests/big-tests/error-estimation/strip_comments diff --git a/deal.II/deal.II/Attic/examples/error-estimation/strip_comments b/deal.II/deal.II/Attic/examples/error-estimation/strip_comments new file mode 100755 index 0000000000..bea46751f2 --- /dev/null +++ b/deal.II/deal.II/Attic/examples/error-estimation/strip_comments @@ -0,0 +1 @@ +perl -pi -e 'if (/^[^#].*/) { }' *.inp diff --git a/tests/big-tests/error-estimation/strip_comments b/tests/big-tests/error-estimation/strip_comments new file mode 100755 index 0000000000..bea46751f2 --- /dev/null +++ b/tests/big-tests/error-estimation/strip_comments @@ -0,0 +1 @@ +perl -pi -e 'if (/^[^#].*/) { }' *.inp -- 2.39.5