IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33096


Ignore:
Timestamp:
Jan 11, 2012, 2:24:02 PM (15 years ago)
Author:
eugene
Message:

modelVar is NULL in pmSourceCopy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/psModules/src/objects/pmSource.c

    r33085 r33096  
    201201    source->pixels   = in->pixels   ? psImageCopyView(NULL, in->pixels)   : NULL;
    202202    source->variance = in->variance ? psImageCopyView(NULL, in->variance) : NULL;
    203     source->modelVar = in->modelVar ? psImageCopyView(NULL, in->modelVar) : NULL;
     203    source->modelVar = NULL;
    204204    source->maskView = in->maskView ? psImageCopyView(NULL, in->maskView) : NULL;
    205205
Note: See TracChangeset for help on using the changeset viewer.