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

Comparing ray/src/cv/bsdf2ttree.c (file contents):
Revision 2.12 by greg, Fri Mar 22 16:39:00 2013 UTC vs.
Revision 2.13 by greg, Sat Mar 23 02:21:14 2013 UTC

# Line 255 | Line 255 | main(int argc, char *argv[])
255                  case 't':
256                          switch (argv[i][2]) {
257                          case '3':
258 <                                single_plane_incident = 0;
258 >                                single_plane_incident = 1;
259                                  break;
260                          case '4':
261 <                                single_plane_incident = 1;
261 >                                single_plane_incident = 0;
262                                  break;
263                          case '\0':
264                                  pctcull = atof(argv[++i]);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines