Changeset 3887
- Timestamp:
- May 11, 2005, 2:54:49 PM (21 years ago)
- Location:
- trunk/psLib
- Files:
-
- 6 edited
-
configure.ac (modified) (2 diffs)
-
src/dataManip/psUnaryOp.c (modified) (2 diffs)
-
src/image/psImageManip.c (modified) (1 diff)
-
src/math/psUnaryOp.c (modified) (2 diffs)
-
test/image/tst_psImageFFT.c (modified) (1 diff)
-
test/image/tst_psImageManip.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.ac
r3886 r3887 1 AC_PREREQ(2.5 9)1 AC_PREREQ(2.57) 2 2 3 3 AC_INIT([pslib],[0.6.0],[http://pan-starrs.ifa.hawaii.edu/bugzilla]) … … 39 39 CFLAGS="${CFLAGS=} -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200112L -std=c99" 40 40 41 AC_LANG_PUSH(Fortran )41 AC_LANG_PUSH(Fortran 77) 42 42 AC_PROG_F77([gfortran g77]) 43 43 AC_F77_WRAPPERS 44 AC_LANG_POP(Fortran )44 AC_LANG_POP(Fortran 77) 45 45 46 46 AC_PROG_INSTALL -
trunk/psLib/src/dataManip/psUnaryOp.c
r3182 r3887 30 30 * @author Robert DeSonia, MHPCC 31 31 * 32 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $33 * @date $Date: 2005-0 2-10 02:36:41$32 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 33 * @date $Date: 2005-05-12 00:54:49 $ 34 34 * 35 35 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 40 40 ******************************************************************************/ 41 41 #include <string.h> 42 #include <complex.h> 42 43 #include <math.h> 43 44 #include <stdint.h> -
trunk/psLib/src/image/psImageManip.c
r3884 r3887 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.4 1$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-05-1 1 22:02:16$12 * @version $Revision: 1.42 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-05-12 00:54:49 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 16 16 */ 17 17 18 #include <complex.h> 18 19 #include <math.h> // for isfinite(), etc. 19 20 #include <stdlib.h> -
trunk/psLib/src/math/psUnaryOp.c
r3182 r3887 30 30 * @author Robert DeSonia, MHPCC 31 31 * 32 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $33 * @date $Date: 2005-0 2-10 02:36:41$32 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 33 * @date $Date: 2005-05-12 00:54:49 $ 34 34 * 35 35 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 40 40 ******************************************************************************/ 41 41 #include <string.h> 42 #include <complex.h> 42 43 #include <math.h> 43 44 #include <stdint.h> -
trunk/psLib/test/image/tst_psImageFFT.c
r3884 r3887 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1. 19$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-05-1 1 22:02:16$8 * @version $Revision: 1.20 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-05-12 00:54:49 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 12 12 */ 13 13 14 #include <complex.h> 14 15 #include <math.h> 15 16 #include <float.h> -
trunk/psLib/test/image/tst_psImageManip.c
r3884 r3887 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.4 2$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-05-1 1 22:02:16$8 * @version $Revision: 1.43 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-05-12 00:54:49 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 12 12 */ 13 13 14 14 #include <complex.h> 15 15 #include <math.h> 16 16 #include <float.h>
Note:
See TracChangeset
for help on using the changeset viewer.
