diff options
Diffstat (limited to 'comp.h')
-rw-r--r-- | comp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ #include "match.h" -extern int horizontal_stdev, vertical_stdev; +extern double horizontal_stdev, vertical_stdev; void comp_visit(struct leg *l); |