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

Comparing ray/src/gen/gendaylit.c (file contents):
Revision 2.10 by greg, Wed Feb 13 18:30:22 2013 UTC vs.
Revision 2.11 by greg, Tue Apr 30 17:05:27 2013 UTC

# Line 233 | Line 233 | int main(int argc, char** argv)
233                                  break;
234                          
235                          case 'O':
236 <                                output = atof(argv[++i]);       /*define the unit of the output of the program :
236 >                                output = atoi(argv[++i]);       /*define the unit of the output of the program :
237                                                                  sky and sun luminance/radiance (0==W visible, 1==W solar radiation, 2==lm) */
238                                  break;
239                                  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines