IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 9, 2015, 6:28:40 PM (12 years ago)
Author:
eugene
Message:

output should take on supplied format if no output catalog already exists, and format is specified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/Ohana/src/dvomerge/src/args.c

    r37584 r37790  
    5656    FORCE_MERGE = TRUE;
    5757    remove_argument (N, argc, argv);
     58  }
     59
     60  UPDATE_CATFORMAT = NULL;
     61  if ((N = get_argument (argc, argv, "-update-catformat"))) {
     62    remove_argument (N, &argc, argv);
     63    UPDATE_CATFORMAT = strcreate (argv[N]);
     64    remove_argument (N, &argc, argv);
    5865  }
    5966
Note: See TracChangeset for help on using the changeset viewer.