IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19241


Ignore:
Timestamp:
Aug 27, 2008, 12:31:03 PM (18 years ago)
Author:
Paul Price
Message:

Don't increment pixel array size bit by bit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmStack.c

    r19239 r19241  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2008-08-27 22:02:35 $
     10 *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2008-08-27 22:31:03 $
    1212 *  Copyright 2004-2007 Institute for Astronomy, University of Hawaii
    1313 *
     
    205205        return;
    206206    }
    207     data->inspect = psPixelsAdd(data->inspect, PIXEL_LIST_BUFFER, x, y);
     207    data->inspect = psPixelsAdd(data->inspect, data->inspect->nalloc, x, y);
    208208    return;
    209209}
Note: See TracChangeset for help on using the changeset viewer.