--- ray/src/rt/pmaprand.c 2015/05/08 13:20:23 2.2 +++ ray/src/rt/pmaprand.c 2015/09/01 16:27:52 2.4 @@ -1,3 +1,6 @@ +#ifndef lint +static const char RCSid[] = "$Id: pmaprand.c,v 2.4 2015/09/01 16:27:52 greg Exp $"; +#endif /* ================================================================== Random number generators for photon distribution @@ -8,7 +11,6 @@ supported by the Swiss National Science Foundation (SNSF, #147053) ================================================================== - $Id: pmaprand.c,v 2.2 2015/05/08 13:20:23 rschregle Exp $ */