| # | Line 54 | Line 54 | printdefaults(void) /* print default values to stdou | |
|---|---|---|
| 54 | { | |
| 55 | char *cp; | |
| 56 | ||
| 57 | + | printf("-c %-5d\t\t\t# accumulated rays per record\n", accumulate); |
| 58 | + | printf("-V%c\t\t\t\t# output %s\n", contrib ? '+' : '-', |
| 59 | + | contrib ? "contributions" : "coefficients"); |
| 60 | if (imm_irrad) | |
| 61 | printf("-I+\t\t\t\t# immediate irradiance on\n"); | |
| 62 | printf("-n %-2d\t\t\t\t# number of rendering processes\n", nproc); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |