diff options
author | Thomas White <taw@physics.org> | 2010-04-30 12:08:20 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-04-30 12:08:20 +0200 |
commit | a3edde6429caeb328aea50b06f4604a3515cfcbc (patch) | |
tree | 28ced38a7bcf759f6ef6d9bf98f45f766f7e6cef /scripts | |
parent | 70d3435ed5f81e0e6a8929f16af927b9cb004868 (diff) |
double-hit: Small fix
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/double-hit | 2 |
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; |