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

Comparing ray/src/common/color.h (file contents):
Revision 2.36 by greg, Sat Mar 5 17:18:02 2022 UTC vs.
Revision 2.37 by greg, Fri Apr 14 15:49:32 2023 UTC

# Line 153 | Line 153 | typedef float  COLORMAT[3][3]; /* color coordinate con
153   #define  LEXPOSSTR              9
154   #define  isexpos(hl)            (!strncmp(hl,EXPOSSTR,LEXPOSSTR))
155   #define  exposval(hl)           atof((hl)+LEXPOSSTR)
156 < #define  fputexpos(ex,fp)       fprintf(fp,"%s%e\n",EXPOSSTR,ex)
156 > #define  fputexpos(ex,fp)       fprintf(fp,"%s%.4e\n",EXPOSSTR,ex)
157  
158                                  /* macros for pixel aspect ratios */
159   #define  ASPECTSTR              "PIXASPECT="

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines