diff options
author | Thomas White <taw@physics.org> | 2010-04-30 14:22:27 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-04-30 14:22:27 +0200 |
commit | e666496c3143524d835f4cbf489974ce6c5556a5 (patch) | |
tree | b2b9b40a9e1164058a54f05cb61f6fcd8aaaaffa /scripts/double-hit | |
parent | 77091ed4a02154a6ae263558562b662139d1efa2 (diff) |
double-hit: Another fix
Diffstat (limited to 'scripts/double-hit')
-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 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; |