IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 14, 2007, 3:21:12 PM (19 years ago)
Author:
Paul Price
Message:

Need to initialise models.

File:
1 edited

Legend:

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

    r13464 r14844  
    3030    }
    3131
     32    if (!pmModelClassInit()) {
     33        psErrorStackPrint(stderr, "Error initialising model classes.\n");
     34        exitValue = PS_EXIT_PROG_ERROR;
     35        goto die;
     36    }
     37
    3238    if (!ppStackCamera(config)) {
    3339        psErrorStackPrint(stderr, "Error reading configuration.\n");
Note: See TracChangeset for help on using the changeset viewer.