Changeset 40415 for trunk/Ohana/src/relastro/src/args.c
- Timestamp:
- May 2, 2018, 12:30:58 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relastro/src/args.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/src/args.c
r40414 r40415 91 91 remove_argument (N, &argc, argv); 92 92 CATCH_UP = TRUE; 93 } 94 95 // only update the fit statistics (systematic floor) 96 IMSTATS_ONLY = FALSE; 97 if ((N = get_argument (argc, argv, "-imstats-only"))) { 98 remove_argument (N, &argc, argv); 99 IMSTATS_ONLY = FALSE; 93 100 } 94 101 … … 896 903 remove_argument (N, &argc, argv); 897 904 CHECK_MEASURE_TO_IMAGE = TRUE; 905 } 906 907 // only update the fit statistics (systematic floor) 908 IMSTATS_ONLY = FALSE; 909 if ((N = get_argument (argc, argv, "-imstats-only"))) { 910 remove_argument (N, &argc, argv); 911 IMSTATS_ONLY = FALSE; 898 912 } 899 913
Note:
See TracChangeset
for help on using the changeset viewer.
