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.4 by gregl, Mon Nov 3 18:33:13 1997 UTC vs.
Revision 3.5 by gregl, Mon Nov 24 15:18:47 1997 UTC

# Line 54 | Line 54 | start_rtrace()                 /* start rtrace process */
54          rtargv[rtargc++] = "-x"; rtargv[rtargc++] = buf1;
55          rtargv[rtargc++] = "-y"; rtargv[rtargc++] = "0";
56          rtargv[rtargc++] = "-fff";
57 <        rtargv[rtargc++] = "-ovl";
57 >        rtargv[rtargc++] = "-ovL";
58          rtargv[rtargc++] = nowarn ? "-w-" : "-w+";
59          if (npt > 1) {
60                  rtargv[rtargc++] = "-PP"; rtargv[rtargc++] = PFILE;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines