IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14822


Ignore:
Timestamp:
Sep 11, 2007, 2:54:19 PM (19 years ago)
Author:
Paul Price
Message:

Need to initialise psphot models.

File:
1 edited

Legend:

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

    r13341 r14822  
    2828    }
    2929
     30    if (!pmModelClassInit()) {
     31        psErrorStackPrint(stderr, "Error initialising model classes.\n");
     32        exitValue = PS_EXIT_PROG_ERROR;
     33        goto die;
     34    }
     35
    3036    if (!ppSubCamera(config)) {
    3137        psErrorStackPrint(stderr, "Error reading configuration.\n");
Note: See TracChangeset for help on using the changeset viewer.