IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 13, 2012, 8:34:55 PM (14 years ago)
Author:
eugene
Message:

adding ImageID check options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120805/Ohana/src/dvomerge/src/dvoverify_args.c

    r34260 r34303  
    5353  if ((N = get_argument (*argc, argv, "-skip-toplevel"))) {
    5454    CHECK_TOPLEVEL = FALSE;
     55    remove_argument (N, argc, argv);
     56  }
     57
     58  CHECK_IMAGE_ID = TRUE;
     59  if ((N = get_argument (*argc, argv, "-skip-image-ids"))) {
     60    CHECK_IMAGE_ID = FALSE;
    5561    remove_argument (N, argc, argv);
    5662  }
Note: See TracChangeset for help on using the changeset viewer.