IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2008, 5:16:52 PM (18 years ago)
Author:
eugene
Message:

convert to new psphotInit function

File:
1 edited

Legend:

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

    r18650 r20410  
    3838    }
    3939
     40    if (!psphotInit()) {
     41        psErrorStackPrint(stderr, "Error initialising psphot.\n");
     42        exitValue = PS_EXIT_PROG_ERROR;
     43        goto die;
     44    }
     45
    4046    if (!ppStackCamera(config)) {
    4147        psErrorStackPrint(stderr, "Error setting up input files.\n");
Note: See TracChangeset for help on using the changeset viewer.