IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 16, 2006, 10:40:26 AM (20 years ago)
Author:
drobbin
Message:

fixed failing tests (ImageColF32,F64). Someone must have incorrectly changed the values to check.

File:
1 edited

Legend:

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

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