IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14388


Ignore:
Timestamp:
Jul 25, 2007, 5:15:15 PM (19 years ago)
Author:
Paul Price
Message:

Need to read the options!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarp.c

    r13661 r14388  
    2424    if (!config) usage ();
    2525
     26    if (!pswarpOptions(config)) {
     27        psErrorStackPrint(stderr, "error parsing options\n");
     28        exit(1);
     29    }
     30
    2631    // load identify the data sources
    2732    if (!pswarpParseCamera (config)) {
Note: See TracChangeset for help on using the changeset viewer.