IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 24, 2010, 4:14:09 PM (16 years ago)
Author:
watersc1
Message:

Looks like this check was essential to ppStack running correctly, so I've added it back in.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceMoments.c

    r29004 r29044  
    7777    // well:
    7878    psF32 sky = 0.0;
     79    if (source->moments == NULL) {
     80      source->moments = pmMomentsAlloc();
     81    }
    7982    // XXX if (source->moments == NULL) {
    8083    // XXX     source->moments = pmMomentsAlloc();
Note: See TracChangeset for help on using the changeset viewer.