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

Comparing ray/src/rt/source.c (file contents):
Revision 1.16 by greg, Sat Jul 22 11:07:51 1989 UTC vs.
Revision 1.17 by greg, Fri Sep 29 10:04:01 1989 UTC

# Line 394 | Line 394 | char  *p;                      /* data for f */
394          }
395                                          /* weighted hit rate */
396          hwt = hit2 / test2;
397 < #ifdef DEBUG
397 > #ifdef notdef
398          sprintf(errmsg, "%d tested, %d untested, %f hit rate\n",
399                          sn, ncnts-sn, hwt);
400          eputs(errmsg);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines