IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13478


Ignore:
Timestamp:
May 22, 2007, 12:03:25 PM (19 years ago)
Author:
eugene
Message:

report errors for arguments

File:
1 edited

Legend:

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

    r13427 r13478  
    1616    // load command-line arguments, options, and system config data
    1717    pmConfig *config = psphotArguments (argc, argv);
    18     if (!config) usage ();
     18    if (!config) {
     19        psErrorStackPrint(stderr, "Error reading arguments\n");
     20        usage ();
     21    }
    1922
    2023    // load input data (config and images (signal, noise, mask)
Note: See TracChangeset for help on using the changeset viewer.