ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/tmap16bit.c
(Generate patch)

Comparing ray/src/common/tmap16bit.c (file contents):
Revision 1.5 by greg, Fri Jan 7 20:33:02 2005 UTC vs.
Revision 1.6 by greg, Fri Jan 7 21:41:06 2005 UTC

# Line 133 | Line 133 | rgb48_color(COLOR col, uint16 clr48[3], double gv)
133   int
134   tmCvGray16(TMstruct *tms, TMbright *ls, uint16 *scan, int len, double gv)
135   {
136 <        static char     funcName[] = "tmCvGray16";
136 >        static const char       funcName[] = "tmCvGray16";
137          static double   cur_inpsf = 1.;
138          static double   log_inpsf = 0.;
139          int             nshft;
# Line 173 | Line 173 | int
173   tmCvRGB48(TMstruct *tms, TMbright *ls, BYTE *cs,
174                  uint16 (*scan)[3], int len, double gv)
175   {
176 <        static char     funcName[] = "tmCvRGB48";
176 >        static const char       funcName[] = "tmCvRGB48";
177          static double   cur_inpsf = 1.;
178          static double   log_inpsf = 0.;
179          int             i;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines