IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2007, 12:50:18 PM (19 years ago)
Author:
gusciora
Message:

Fixed small compiler errors due to new compile flags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/imageops/tap_psImagePixelManip.c

    r11398 r11685  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-01-30 00:13:01 $
     8 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-02-07 22:50:18 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    155155
    156156
    157         psF64 min;
    158         psF64 max;
     157        psF64 min=0.0;
     158        psF64 max=0.0;
    159159        psS32 retVal;
    160160        psImage *img = NULL;
Note: See TracChangeset for help on using the changeset viewer.