aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-near-bragg4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/check-near-bragg b/scripts/check-near-bragg
index 10a7549b..4077c6e2 100755
--- a/scripts/check-near-bragg
+++ b/scripts/check-near-bragg
@@ -39,6 +39,10 @@ while ( $line = <FH> ) {
$handled = 1;
}
+ if ( $line =~ /^Event:\ (.+)$/ ) {
+ $event = $1;
+ }
+
if ( $line =~ /^End\ of\ reflections$/ ) {
close(TMP);