--- ray/src/gen/genbranch.c 1991/12/19 15:09:06 2.2 +++ ray/src/gen/genbranch.c 1993/06/04 14:30:48 2.3 @@ -12,13 +12,11 @@ static char SCCSid[] = "$SunId$ LBL"; #include +#include + #include "random.h" #define errf() (var*(0.5-frandom())) - -#ifndef atof -extern double atof(); -#endif double bstart[3] = {0.0, 0.0, 0.0}; /* start of branch */ double bend[3] = {28.0, 8.0, 0.0}; /* end of branch */