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 2.8 by greg, Tue Oct 17 20:34:55 1995 UTC vs.
Revision 2.10 by gregl, Mon Oct 20 16:37:14 1997 UTC

# Line 30 | Line 30 | char  *rtargv[64] = { "rtrace", "-dj", ".25", "-dr", "
30                  "-ab", "2", "-ad", "256", "-as", "128", "-aa", ".15", };
31   int  rtargc = 14;
32                                  /* overriding rtrace options */
33 < char  *myrtopts[] = { "-I-", "-i-", "-ov", "-h-", "-fff", "-y", "0", NULL };
33 > char  *myrtopts[] = { "-I-", "-i-", "-ld-", "-ov", "-h-",
34 >                        "-fff", "-y", "0", NULL };
35  
36   struct rtproc   rt;             /* our rtrace process */
37  
# Line 379 | Line 380 | char   *nm;
380                          return;
381                  }
382          opterr:                                 /* skip faulty option */
383 <                cp = sskip(cp);
383 >                while (*cp && !isspace(*cp))
384 >                        cp++;
385                  nerrs++;
386          }
387                                                  /* print header? */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines