From a3edde6429caeb328aea50b06f4604a3515cfcbc Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 30 Apr 2010 12:08:20 +0200 Subject: double-hit: Small fix --- scripts/double-hit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ) { my $div; - if ( $close > 0 ) { + if ( $foundclose > 0 ) { $div = $found / $foundclose; } else { $div = 0.0; -- cgit v1.2.3