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

Comparing ray/src/util/vwrays.c (file contents):
Revision 3.14 by greg, Mon Jun 22 00:12:04 2009 UTC vs.
Revision 3.15 by greg, Tue Aug 16 02:22:50 2011 UTC

# Line 105 | Line 105 | main(
105                          if (argv[i][2] == 'a')
106                                  pa = atof(argv[++i]);
107                          else if (argv[i][2] == 'j')
108 <                                pj= atof(argv[++i]);
108 >                                pj = atof(argv[++i]);
109                          else
110                                  goto userr;
111                          break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines