IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2005, 10:43:40 AM (21 years ago)
Author:
desonia
Message:

removed a bug introduced.

File:
1 edited

Legend:

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

    r4225 r4230  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-06-13 20:18:18 $
     9 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-06-13 20:43:40 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    8686
    8787    pixels->nalloc = size;
    88     pixels->n = size;
    8988
    9089    if (pixels->n > pixels->nalloc) {
Note: See TracChangeset for help on using the changeset viewer.