aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/double-hit2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/double-hit b/scripts/double-hit
index c0e51d36..5d4489f9 100755
--- a/scripts/double-hit
+++ b/scripts/double-hit
@@ -32,7 +32,7 @@ while ( $line = <FH> ) {
my $div;
- if ( $close > 0 ) {
+ if ( $foundclose > 0 ) {
$div = $found / $foundclose;
} else {
$div = 0.0;