IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 15, 2006, 3:36:04 PM (20 years ago)
Author:
Paul Price
Message:

Fixing length of extracted vector.

File:
1 edited

Legend:

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

    r7121 r7122  
    88 *  @author Robert DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2006-05-16 01:21:14 $
     10 *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2006-05-16 01:36:04 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    8585
    8686    out = psVectorRecycle(out, input->numCols, input->type.type);
     87    out->n = input->numCols;
    8788
    8889    switch (input->type.type) {
     
    173174
    174175    out = psVectorRecycle(out, input->numRows, input->type.type);
     176    out->n = input->numRows;
    175177
    176178    switch (input->type.type) {
Note: See TracChangeset for help on using the changeset viewer.