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

Comparing ray/src/util/wrapBSDF.c (file contents):
Revision 2.8 by greg, Tue Feb 17 02:44:54 2015 UTC vs.
Revision 2.9 by greg, Wed Feb 18 06:18:38 2015 UTC

# Line 775 | Line 775 | main(int argc, char *argv[])
775                                  UsageExit(argv[0]);
776                          continue;
777                  case 'c':               /* correct solid angle */
778 <                        correct_solid_angle ^= 1;
778 >                        correct_solid_angle = 1;
779                          continue;
780                  case 't':               /* transmission */
781                          if (i >= argc-1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines