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

Comparing ray/src/util/rad.c (file contents):
Revision 2.82 by greg, Thu Dec 8 17:06:11 2005 UTC vs.
Revision 2.83 by greg, Tue Mar 11 02:21:47 2008 UTC

# Line 1013 | Line 1013 | specview(                              /* get proper view spec from vs */
1013                  zpos = -1; vs++;
1014          }
1015          viewtype = 'v';
1016 <        if((*vs == 'v') | (*vs == 'l') | (*vs == 'a') | (*vs == 'h') | (*vs == 'c'))
1016 >        if ((*vs == 'v') | (*vs == 'l') | (*vs == 'a') |
1017 >                        (*vs == 'h') | (*vs == 'c') | (*vs == 's'))
1018                  viewtype = *vs++;
1019          cp = viewopts;
1020          if ((!*vs || isspace(*vs)) && (xpos|ypos|zpos)) {       /* got one! */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines