aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-04-30 14:22:27 +0200
committerThomas White <taw@physics.org>2010-04-30 14:22:27 +0200
commite666496c3143524d835f4cbf489974ce6c5556a5 (patch)
treeb2b9b40a9e1164058a54f05cb61f6fcd8aaaaffa /scripts
parent77091ed4a02154a6ae263558562b662139d1efa2 (diff)
double-hit: Another fix
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/double-hit2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/double-hit b/scripts/double-hit
index 04a3ab18..831e2df6 100755
--- a/scripts/double-hit
+++ b/scripts/double-hit
@@ -34,7 +34,7 @@ while ( $line = <FH> ) {
my $div;
- if ( $found > 0 ) {
+ if ( $foundclose > 0 ) {
$div = $found / $foundclose;
} else {
$div = 0.0;