IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 4, 2006, 12:04:46 PM (20 years ago)
Author:
drobbin
Message:

Edited several functions concerning subimage v. parent issue.

File:
1 edited

Legend:

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

    r6750 r6770  
    88 *  @author Robert DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2006-04-01 02:43:57 $
     10 *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2006-04-04 22:04:45 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    103103    }
    104104
    105     psVectorRecycle(out, input->numCols, input->type.type);
     105    out = psVectorRecycle(out, input->numCols, input->type.type);
    106106
    107107    switch (input->type.type) {
     
    233233    }
    234234
    235     psVectorRecycle(out, input->numRows, input->type.type);
     235    out = psVectorRecycle(out, input->numRows, input->type.type);
    236236
    237237    switch (input->type.type) {
Note: See TracChangeset for help on using the changeset viewer.