IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 23, 2004, 1:33:54 PM (22 years ago)
Author:
harman
Message:

Corrected minor problems from tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmFlatField.c

    r1857 r1870  
    1818 *  @author Ross Harman, MHPCC
    1919 *
    20  *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
    21  *  @date $Date: 2004-09-23 01:41:09 $
     20 *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
     21 *  @date $Date: 2004-09-23 23:33:54 $
    2222 *
    2323 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7272    } else if(in->mask == NULL) {
    7373        in->mask = psImageAlloc(inImage->numCols, inImage->numRows, PS_TYPE_MASK);
     74        memset(in->mask->data.V[0], 0, inImage->numCols*inImage->numRows*PSELEMTYPE_SIZEOF(PS_TYPE_MASK));
    7475    }
    7576    inMask = in->mask;
Note: See TracChangeset for help on using the changeset viewer.