IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Fixed uninitialized variable errorFlag.

File:
1 edited

Legend:

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

    r11398 r11688  
    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-08 01:21:50 $
    1010*
    1111*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6262        // row member, if the input psImage structure image contains known values
    6363
    64         bool errorFlag;
     64        bool errorFlag = false;
    6565        for (psS32 row=0;row<r/2;row++)
    6666        {
Note: See TracChangeset for help on using the changeset viewer.