Changeset 41620 for branches/eam_branches/relphot.20210521/src/args.c
- Timestamp:
- May 27, 2021, 11:41:52 AM (5 years ago)
- File:
-
- 1 edited
-
branches/eam_branches/relphot.20210521/src/args.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relphot.20210521/src/args.c
r41615 r41620 220 220 RESET = TRUE; 221 221 } 222 223 222 RESET_ZEROPTS = FALSE; 224 223 if ((N = get_argument (argc, argv, "-reset-zpts"))) { 225 224 remove_argument (N, &argc, argv); 226 225 RESET_ZEROPTS = TRUE; 226 } 227 RESET_FLATCORR = FALSE; 228 if ((N = get_argument (argc, argv, "-reset-flat"))) { 229 remove_argument (N, &argc, argv); 230 RESET_FLATCORR = TRUE; 227 231 } 228 232 … … 759 763 RESET = TRUE; 760 764 } 761 762 765 RESET_ZEROPTS = FALSE; 763 766 if ((N = get_argument (argc, argv, "-reset-zpts"))) { 764 767 remove_argument (N, &argc, argv); 765 768 RESET_ZEROPTS = TRUE; 769 } 770 RESET_FLATCORR = FALSE; 771 if ((N = get_argument (argc, argv, "-reset-flat"))) { 772 remove_argument (N, &argc, argv); 773 RESET_FLATCORR = TRUE; 766 774 } 767 775
Note:
See TracChangeset
for help on using the changeset viewer.
