IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14960


Ignore:
Timestamp:
Sep 20, 2007, 4:45:33 PM (19 years ago)
Author:
eugene
Message:

init the mask vector if alloced here

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageMapFit.c

    r14924 r14960  
    77 *  @author Eugene Magnier, IfA
    88 *
    9  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-09-20 23:54:25 $
     9 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-09-21 02:45:33 $
    1111 *
    1212 *  Copyright 2007 Institute for Astronomy, University of Hawaii
     
    323323    assert (y);
    324324    assert (f);
    325     assert (df);
    326325
    327326    // the user supplies one of various stats option pairs,
     
    355354    if (!inMask) {
    356355        mask = psVectorAlloc (x->n, PS_TYPE_U8);
     356        psVectorInit (mask, 0);
    357357    }
    358358
Note: See TracChangeset for help on using the changeset viewer.