- Timestamp:
- Sep 19, 2014, 4:05:27 PM (12 years ago)
- Location:
- branches/eam_branches/ps2-tc3-20130727
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ps2-tc3-20130727
- Property svn:mergeinfo changed
-
branches/eam_branches/ps2-tc3-20130727/Ohana
- Property svn:mergeinfo changed
-
branches/eam_branches/ps2-tc3-20130727/Ohana/src/dvomerge/src/dvoverify_args.c
r36680 r37403 56 56 } 57 57 58 /*** dvoverify -parallel (dvoverify_client, actually) ignores this argument 59 dvoverify should save a subset table of just the IDs, and dvoverify_client should load it 60 dvoverify -cpt should have CHECK_IMAGE_ID = F as default ***/ 58 /*** dvoverify -cpt should have CHECK_IMAGE_ID = F as default ***/ 61 59 62 60 CHECK_IMAGE_ID = TRUE; … … 150 148 } 151 149 150 CHECK_IMAGE_ID = TRUE; 151 if ((N = get_argument (*argc, argv, "-skip-image-ids"))) { 152 CHECK_IMAGE_ID = FALSE; 153 remove_argument (N, argc, argv); 154 } 155 152 156 // restrict to a portion of the sky 153 157 UserPatch.Rmin = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
