# | Line 83 | Line 83 | main(int argc, char *argv[]) | |
---|---|---|
83 | specthresh = .3; | |
84 | specjitter = 1.; | |
85 | maxdepth = 6; | |
86 | < | minweight = 1e-2; |
86 | > | minweight = 1e-3; |
87 | ambacc = 0.3; | |
88 | ambres = 32; | |
89 | ambdiv = 256; | |
# | Line 257 | Line 257 | badopt: | |
257 | ||
258 | void | |
259 | wputs( /* warning output function */ | |
260 | < | char *s |
260 | > | const char *s |
261 | ) | |
262 | { | |
263 | int lasterrno = errno; | |
# | Line 268 | Line 268 | wputs( /* warning output function */ | |
268 | ||
269 | void | |
270 | eputs( /* put string to stderr */ | |
271 | < | char *s |
271 | > | const char *s |
272 | ) | |
273 | { | |
274 | static int midline = 0; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |