diff options
author | Thomas White <taw@physics.org> | 2016-03-01 03:36:56 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2016-03-01 03:37:24 -0800 |
commit | 6b5a2c15461a7a1bc9d9eca1f3ceed70a61ef8c2 (patch) | |
tree | 8f3fb77252cbfd9f7042947fa7a93535ca5c535c /scripts | |
parent | b012345c26bcf1e4b2079895ed710ea991ec0ec3 (diff) |
scripts/check-peak-detection: Initialise $event
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/check-peak-detection | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-peak-detection b/scripts/check-peak-detection index 9b3e3d6f..c66424f2 100755 --- a/scripts/check-peak-detection +++ b/scripts/check-peak-detection @@ -38,7 +38,7 @@ open(TMP, "> list.tmp"); my $in_image = 0; my $line; my $filename; -my $event; +my $event = ""; my $indexed; my $n_seen = 0; |