Changeset 17050
- Timestamp:
- Mar 18, 2008, 2:52:35 PM (18 years ago)
- Location:
- trunk/psLib/src/math
- Files:
-
- 2 edited
-
psBinaryOp.c (modified) (2 diffs)
-
psUnaryOp.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psBinaryOp.c
r15692 r17050 30 30 * @author Robert DeSonia, MHPCC 31 31 * 32 * @version $Revision: 1.1 5$ $Name: not supported by cvs2svn $33 * @date $Date: 200 7-11-27 02:27:19$32 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $ 33 * @date $Date: 2008-03-19 00:52:35 $ 34 34 * 35 35 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 44 44 ******************************************************************************/ 45 45 #include <string.h> 46 #include <strings.h> 46 47 #include <math.h> 47 48 #include <stdint.h> -
trunk/psLib/src/math/psUnaryOp.c
r15693 r17050 31 31 * @author Robert DeSonia, MHPCC 32 32 * 33 * @version $Revision: 1.1 5$ $Name: not supported by cvs2svn $34 * @date $Date: 200 7-11-27 02:28:07$33 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $ 34 * @date $Date: 2008-03-19 00:52:35 $ 35 35 * 36 36 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 45 45 ******************************************************************************/ 46 46 #include <string.h> 47 #include <strings.h> 47 48 #include <math.h> 48 49 #include <stdint.h>
Note:
See TracChangeset
for help on using the changeset viewer.
