# | Line 23 | Line 23 | static const char RCSid[] = "$Id$"; | |
---|---|---|
23 | ||
24 | #define SURF_EPS 0.0005 /* surface testing epsilon */ | |
25 | ||
26 | – | char *progname; /* global argv[0] */ |
27 | – | |
26 | int nsamps = NSAMPLES; /* number of samples to use */ | |
27 | ||
28 | char temp_octree[128]; /* temporary octree */ | |
# | Line 680 | Line 678 | main(int argc, char *argv[]) | |
678 | IDF_OBJECT *pptr; | |
679 | int i; | |
680 | ||
681 | < | progname = *argv++; argc--; /* get options if any */ |
681 | > | fixargv0(*argv++); argc--; /* get options if any */ |
682 | while (argc > 1 && argv[0][0] == '-') | |
683 | switch (argv[0][1]) { | |
684 | case 'c': /* elide comments */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |