diff options
Diffstat (limited to 'comp.h')
-rw-r--r-- | comp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ extern double horizontal_stdev, vertical_stdev; +struct ccoords pol_to_cart(struct pcoords c); void comp_visit(struct leg *l); #endif |