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/ppSub/src/ppSub.c

    r19119 r20410  
    2424    if (!pmModelClassInit()) {
    2525        psErrorStackPrint(stderr, "Error initialising model classes.\n");
     26        exitValue = PS_EXIT_PROG_ERROR;
     27        goto die;
     28    }
     29
     30    if (!psphotInit()) {
     31        psErrorStackPrint(stderr, "Error initialising psphot.\n");
    2632        exitValue = PS_EXIT_PROG_ERROR;
    2733        goto die;
Note: See TracChangeset for help on using the changeset viewer.