diff options
Diffstat (limited to 'comp.c')
-rw-r--r-- | comp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ static struct ccoords gauss_offset() .y = gauss(0, vertical_stdev) }; } -static struct pcoords throw_dart(struct pcoords target, struct ccoords *cc) +struct pcoords throw_dart(struct pcoords target, struct ccoords *cc) { struct ccoords tc = pol_to_cart(target); struct ccoords offset = gauss_offset(); |