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

Comparing ray/src/hd/rholo2l.c (file contents):
Revision 3.6 by gregl, Mon Dec 1 16:32:49 1997 UTC vs.
Revision 3.7 by gregl, Tue Dec 2 16:35:45 1997 UTC

# Line 56 | Line 56 | start_rtrace()                 /* start rtrace process */
56          rtargv[rtargc++] = "-y"; rtargv[rtargc++] = "0";
57          rtargv[rtargc++] = "-fff";
58          rtargv[rtargc++] = vbool(VDIST) ? "-ovl" : "-ovL";
59 <        rtargv[rtargc++] = nowarn ? "-w-" : "-w+";
59 >        if (nowarn)
60 >                rtargv[rtargc++] = "-w-";
61          if (npt > 1) {
62                  mktemp(pfile);
63                  rtargv[rtargc++] = "-PP"; rtargv[rtargc++] = pfile;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines