Changeset 5825 for branches/eam_rel9_b1/psLib/src/db/psDB.c
- Timestamp:
- Dec 22, 2005, 4:00:49 PM (21 years ago)
- File:
-
- 1 edited
-
branches/eam_rel9_b1/psLib/src/db/psDB.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_rel9_b1/psLib/src/db/psDB.c
r5216 r5825 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1.44 $ $Name: not supported by cvs2svn $15 * @date $Date: 2005-1 0-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 $ 16 16 * 17 17 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 1648 1648 static psPtr psDBGetPTypeNaN(psElemType pType) 1649 1649 { 1650 psPtr myNaN ;1650 psPtr myNaN = NULL; 1651 1651 1652 1652 switch (pType) { … … 1703 1703 psPtr data) 1704 1704 { 1705 bool isNaN ;1705 bool isNaN = NULL; 1706 1706 1707 1707 switch (pType) {
Note:
See TracChangeset
for help on using the changeset viewer.
