--- ray/src/cv/nff2rad.c 1993/07/20 11:34:40 2.4 +++ ray/src/cv/nff2rad.c 2003/02/22 02:07:23 2.5 @@ -1,9 +1,6 @@ -/* Copyright (c) 1992 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: nff2rad.c,v 2.5 2003/02/22 02:07:23 greg Exp $"; #endif - /* * Convert Neutral File Format input to Radiance scene description. * @@ -548,11 +545,13 @@ fmterr: } /*********************************************************************** * $Author: greg $ (Mark VandeWettering, drizzle.cs.uoregon.edu) - * $Revision: 2.4 $ - * $Date: 1993/07/20 11:34:40 $ + * $Revision: 2.5 $ + * $Date: 2003/02/22 02:07:23 $ * $Log: nff2rad.c,v $ - * Revision 2.4 1993/07/20 11:34:40 greg - * fixes in materials and light sources (hacks all) + * Revision 2.5 2003/02/22 02:07:23 greg + * Changes and check-in for 3.5 release + * Includes new source files and modifications not recorded for many years + * See ray/doc/notes/ReleaseNotes for notes between 3.1 and 3.5 release * * Revision 1.2 88/09/12 12:53:47 markv * Fixed problem in LookupColorbyName, had return ; and return(0).