IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30790


Ignore:
Timestamp:
Mar 3, 2011, 4:50:45 PM (15 years ago)
Author:
eugene
Message:

init chiEXT and chiDBL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/psphot/src/psphotSourceFits.c

    r30784 r30790  
    211211    float radius;
    212212    bool okEXT, okDBL;
    213     float chiEXT, chiDBL;
    214213    pmModel *ONE = NULL;
    215214    pmSource *tmpSrc = NULL;
     
    244243    maskVal |= markVal;
    245244
     245    float chiEXT = NAN;
     246    float chiDBL = NAN;
     247
    246248    // this temporary source is used as a place-holder by the psphotEval functions below
    247249    tmpSrc = pmSourceAlloc ();
Note: See TracChangeset for help on using the changeset viewer.