IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2006, 5:33:37 PM (20 years ago)
Author:
Paul Price
Message:

Fixing code after pushing argc,argv into pmConfig.

File:
1 edited

Legend:

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

    r7518 r7677  
    55    psTimerStart ("complete");
    66
    7     psphotErrorRegister();              // register our error codes/messages
     7    psphotErrorRegister();              // register our error codes/messages
    88
    99    // basic pslib options
     
    1414
    1515    // load command-line arguments, options, and system config data
    16     pmConfig *config = psphotArguments (&argc, argv);
     16    pmConfig *config = psphotArguments (argc, argv);
    1717    if (config == NULL) {
    18         psErrorStackPrint(stderr, "");
    19         exit(1);
     18        psErrorStackPrint(stderr, "");
     19        exit(1);
    2020    }
    2121
    2222    // load input data (config and images (signal, noise, mask)
    2323    if (!psphotParseCamera (config)) {
    24         psErrorStackPrint(stderr, "");
    25         exit(1);
     24        psErrorStackPrint(stderr, "");
     25        exit(1);
    2626    }
    2727
Note: See TracChangeset for help on using the changeset viewer.