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

Comparing ray/src/rt/renderopts.c (file contents):
Revision 2.14 by greg, Fri Oct 8 22:08:26 2010 UTC vs.
Revision 2.15 by greg, Tue Jul 8 18:25:00 2014 UTC

# Line 13 | Line 13 | static const char      RCSid[] = "$Id$";
13   #include  "paths.h"
14  
15  
16 < extern int
16 > int
17   getrenderopt(           /* get next render option */
18          int  ac,
19          char  *av[]
# Line 215 | Line 215 | getrenderopt(          /* get next render option */
215   }
216  
217  
218 < extern void
218 > void
219   print_rdefaults(void)           /* print default render values to stdout */
220   {
221          printf(do_irrad ? "-i+\t\t\t\t# irradiance calculation on\n" :

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines