Am Donnerstag, 13. Dezember 2007 05:18:29 schrieb Juan Lang:
Hi Stefan, a few minor nits:
For the first for loop, you probably want something like (for y = 0; alpha_zero && y < ymax... Also, the whitespace around the if is a bit funny.
Ah right, it won't drop out of the outer loop of course :-). Thanks for the hint