IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2005, 1:51:49 PM (21 years ago)
Author:
desonia
Message:

changed psPixelsAlloc to set n to nalloc (as psVectorAlloc does).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psPixels.c

    r4154 r4203  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-06-08 19:47:19 $
     9 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-06-09 23:51:49 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6464        out->data = NULL;
    6565    }
    66     out->n = 0;
     66    out->n = size;
    6767    out->nalloc = size;
    6868
Note: See TracChangeset for help on using the changeset viewer.