Changeset 3191 for trunk/psLib/src/dataIO/psLookupTable.c
- Timestamp:
- Feb 11, 2005, 10:27:34 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataIO/psLookupTable.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataIO/psLookupTable.c
r3115 r3191 7 7 * @author Ross Harman, MHPCC 8 8 * 9 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-02- 03 00:54:11$9 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-02-11 20:27:33 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 15 15 #include <string.h> 16 16 #include <ctype.h> 17 #ifdef DARWIN18 17 #undef __STRICT_ANSI__ 19 #endif20 18 #include <stdlib.h> 21 #ifdef DARWIN 22 #define __STRICT_ANSI__ 23 #endif 19 #include <limits.h> 24 20 #include <math.h> 25 21
Note:
See TracChangeset
for help on using the changeset viewer.
