From 08dbb8989c5ae560684aba060e5dc8f9235580b6 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 14 Dec 2014 07:26:11 +0100 Subject: Fix check-near-bragg --- scripts/check-near-bragg | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/check-near-bragg b/scripts/check-near-bragg index c92803fa..10a7549b 100755 --- a/scripts/check-near-bragg +++ b/scripts/check-near-bragg @@ -57,6 +57,7 @@ while ( $line = ) { } printf(STDERR "Viewing %s%s\n", $filename, $evr); system("hdfsee ".$filename.$ev. + " --peak-overlay=list.tmp ".$args); if ( $? != 0 ) { exit; } unlink("list.tmp"); open(TMP, "> list.tmp"); -- cgit v1.2.3