Changeset 4167
- Timestamp:
- Jun 8, 2005, 2:56:37 PM (21 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
dataIO/psLookupTable.c (modified) (2 diffs)
-
types/psLookupTable.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataIO/psLookupTable.c
r4162 r4167 7 7 * @author Ross Harman, MHPCC 8 8 * 9 * @version $Revision: 1.1 6$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-06-0 8 23:40:45$9 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-06-09 00:56:37 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii … … 15 15 #include <string.h> 16 16 #include <ctype.h> 17 #undef __STRICT_ANSI__ 17 18 #include <stdlib.h> 19 #define __STRICT_ANSI__ 20 #include <limits.h> 18 21 #include <math.h> 19 22 -
trunk/psLib/src/types/psLookupTable.c
r4162 r4167 7 7 * @author Ross Harman, MHPCC 8 8 * 9 * @version $Revision: 1.1 6$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-06-0 8 23:40:45$9 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-06-09 00:56:37 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii … … 15 15 #include <string.h> 16 16 #include <ctype.h> 17 #undef __STRICT_ANSI__ 17 18 #include <stdlib.h> 19 #define __STRICT_ANSI__ 20 #include <limits.h> 18 21 #include <math.h> 19 22
Note:
See TracChangeset
for help on using the changeset viewer.
