Changeset 3191 for trunk/psLib/src
- Timestamp:
- Feb 11, 2005, 10:27:34 AM (21 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 7 edited
-
config.h.in (modified) (2 diffs)
-
dataIO/psLookupTable.c (modified) (2 diffs)
-
dataManip/dataManip.i (modified) (1 diff)
-
fileUtils/psLookupTable.c (modified) (2 diffs)
-
image/psImageConvolve.c (modified) (2 diffs)
-
imageops/psImageConvolve.c (modified) (2 diffs)
-
types/psLookupTable.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/config.h.in
r3185 r3191 7 7 #undef DEBUG 8 8 9 /* Define to dummy `main' function (if any) required to link to the Fortran 9 /* Define to dummy `main' function (if any) required to link to the Fortran 77 10 10 libraries. */ 11 11 #undef F77_DUMMY_MAIN … … 17 17 /* As F77_FUNC, but for C identifiers containing underscores. */ 18 18 #undef F77_FUNC_ 19 20 /* Define if F77 and FC dummy `main' functions are identical. */21 #undef FC_DUMMY_MAIN_EQ_F7722 19 23 20 /* Define to 1 if you have the <dlfcn.h> header file. */ -
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 -
trunk/psLib/src/dataManip/dataManip.i
r3119 r3191 4 4 %include "psFunctions.h" 5 5 %include "psMatrix.h" 6 %include "psMatrixVectorArithmetic.h" 6 %include "psBinaryOp.h" 7 %include "psUnaryOp.h" 7 8 %include "psMinimize.h" 8 9 %include "psRandom.h" -
trunk/psLib/src/fileUtils/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 -
trunk/psLib/src/image/psImageConvolve.c
r2911 r3191 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $8 * @date $Date: 2005-0 1-05 21:16:14 $7 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-02-11 20:27:34 $ 9 9 * 10 10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 16 16 #include "psImageFFT.h" 17 17 #include "psImageExtraction.h" 18 #include "ps MatrixVectorArithmetic.h"18 #include "psBinaryOp.h" 19 19 #include "psMemory.h" 20 20 #include "psLogMsg.h" -
trunk/psLib/src/imageops/psImageConvolve.c
r2911 r3191 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $8 * @date $Date: 2005-0 1-05 21:16:14 $7 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-02-11 20:27:34 $ 9 9 * 10 10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 16 16 #include "psImageFFT.h" 17 17 #include "psImageExtraction.h" 18 #include "ps MatrixVectorArithmetic.h"18 #include "psBinaryOp.h" 19 19 #include "psMemory.h" 20 20 #include "psLogMsg.h" -
trunk/psLib/src/types/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.
