IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 31, 2013, 5:25:32 AM (13 years ago)
Author:
eugene
Message:

deprecate KiiOpen & KiiClose; raise error on model guess failure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130509/psphot/src/psphotModelTestReadout.c

    r35559 r35614  
    161161    // get the initial model parameter guess
    162162    pmModel *model = pmSourceModelGuess (source, modelType, maskVal, markVal);
     163    if (!model) {
     164      fprintf (stderr, "failed to generate model guess\n");
     165      exit (2);
     166    }
     167
    163168    source->modelEXT = model;
    164169
Note: See TracChangeset for help on using the changeset viewer.