IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 23, 2005, 2:33:22 PM (20 years ago)
Author:
desonia
Message:

merged branch eam_rel9_b1. Contains many fixes made by IfA.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/db/psDB.c

    r5216 r5841  
    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.45 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-12-24 00:33:15 $
    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.