--- ray/src/rt/source.h 2003/06/07 00:54:58 2.7 +++ ray/src/rt/source.h 2003/06/27 06:53:23 2.9 @@ -1,4 +1,4 @@ -/* RCSid $Id: source.h,v 2.7 2003/06/07 00:54:58 schorsch Exp $ */ +/* RCSid $Id: source.h,v 2.9 2003/06/27 06:53:23 greg Exp $ */ /* * source.h - header file for ray tracing sources. * @@ -10,9 +10,6 @@ extern "C" { #endif - -#include "copyright.h" - #define AIMREQT 100 /* required aim success/failure */ #define SDISTANT 01 /* source distant flag */ @@ -47,7 +44,8 @@ typedef struct { int sn; /* next source to aim for */ } sv; /* virtual source */ } sa; /* source aiming information */ - long ntests, nhits; /* shadow tests and hits */ + unsigned long + ntests, nhits; /* shadow tests and hits */ OBJREC *so; /* source destination object */ } SRCREC; /* light source */