IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 22, 2005, 4:00:49 PM (21 years ago)
Author:
magnier
Message:

added variable inits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel9_b1/psLib/src/db/psDB.c

    r5216 r5825  
    1212 *  @author Joshua Hoblitt
    1313 *
    14  *  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2005-10-01 02:22:09 $
     14 *  @version $Revision: 1.44.16.1 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-12-23 01:59:10 $
    1616 *
    1717 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    16481648static psPtr psDBGetPTypeNaN(psElemType pType)
    16491649{
    1650     psPtr           myNaN;
     1650    psPtr           myNaN = NULL;
    16511651
    16521652    switch (pType) {
     
    17031703                           psPtr data)
    17041704{
    1705     bool    isNaN;
     1705    bool    isNaN = NULL;
    17061706
    17071707    switch (pType) {
Note: See TracChangeset for help on using the changeset viewer.