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

Comparing ray/src/gen/xform.c (file contents):
Revision 2.46 by greg, Mon Aug 15 19:48:06 2011 UTC vs.
Revision 2.47 by greg, Tue Aug 16 18:09:53 2011 UTC

# Line 134 | Line 134 | main(          /* get transform options and transform file */
134  
135          a += xf(&tot, argc-a, argv+a);
136  
137 <        if ( (reverse = tot.sca < 0.0) )
137 >        if ( (reverse = (tot.sca < 0.0)) )
138                  tot.sca = -tot.sca;
139          if (invert)
140                  reverse = !reverse;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines