| # | Line 370 | Line 370 | calculate "illuminance-contribution of zones" | |
|---|---|---|
| 370 | #include "platform.h" | |
| 371 | #include "muc_randvar.h" | |
| 372 | ||
| 373 | – | char *progname; |
| 374 | – | |
| 373 | /* subroutine to add a pixel to a glare source */ | |
| 374 | void add_pixel_to_gs(pict * p, int x, int y, int gsn) | |
| 375 | { | |
| # | Line 1613 | Line 1611 | int main(int argc, char **argv) | |
| 1611 | set_lum_max2 = 0; | |
| 1612 | img_corr=0; | |
| 1613 | abs_max = 0; | |
| 1614 | < | progname = argv[0]; |
| 1614 | > | fixargv0(argv[0]); |
| 1615 | E_v_contr = 0.0; | |
| 1616 | strcpy(version, "1.19 release 09.12.2015 by J.Wienold"); | |
| 1617 | low_light_corr=1.0; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |