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

Comparing ray/src/gen/mkillum.c (file contents):
Revision 1.12 by greg, Fri Aug 23 12:30:29 1991 UTC vs.
Revision 1.13 by greg, Mon Aug 26 10:16:54 1991 UTC

# Line 336 | Line 336 | char   *nm;
336                          if (!isfltd(++cp, " \t\n"))
337                                  break;
338                          thisillum.minbrt = atof(cp);
339 +                        if (thisillum.minbrt < 0.)
340 +                                thisillum.minbrt = 0.;
341                          cp = sskip(cp);
342                          continue;
343                  case 'o':                       /* output file */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines