aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-04-30 12:08:20 +0200
committerThomas White <taw@physics.org>2010-04-30 12:08:20 +0200
commita3edde6429caeb328aea50b06f4604a3515cfcbc (patch)
tree28ced38a7bcf759f6ef6d9bf98f45f766f7e6cef /scripts
parent70d3435ed5f81e0e6a8929f16af927b9cb004868 (diff)
double-hit: Small 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 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;