IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 16, 2006, 1:12:20 PM (20 years ago)
Author:
drobbin
Message:

fixed tests for ImageRow/Col F32, F64. Edited value comparisons to check correct values.

File:
1 edited

Legend:

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

    r7124 r7125  
    88 *  @author Robert DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2006-05-16 20:40:26 $
     10 *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2006-05-16 23:12:20 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    103103        psError(PS_ERR_BAD_PARAMETER_TYPE, true,
    104104                "Specified psImage has invalid type for this function.\n");
     105        psFree(out);
    105106        return NULL;
    106107    }
Note: See TracChangeset for help on using the changeset viewer.