Changeset 10999 for trunk/psLib/src/mathtypes
- Timestamp:
- Jan 9, 2007, 12:38:53 PM (20 years ago)
- Location:
- trunk/psLib/src/mathtypes
- Files:
-
- 3 edited
-
psImage.c (modified) (2 diffs)
-
psScalar.c (modified) (1 diff)
-
psVector.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/mathtypes/psImage.c
r10244 r10999 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1.12 0$ $Name: not supported by cvs2svn $12 * @date $Date: 200 6-11-29 00:33:27$11 * @version $Revision: 1.121 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2007-01-09 22:38:53 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 16 16 * That is the routine used to generate matrices. 17 17 */ 18 19 #ifdef HAVE_CONFIG_H 20 # include "config.h" 21 #endif 18 22 19 23 #include <string.h> -
trunk/psLib/src/mathtypes/psScalar.c
r9538 r10999 8 8 * @author Ross Harman, MHPCC 9 9 * 10 * @version $Revision: 1.2 5$ $Name: not supported by cvs2svn $11 * @date $Date: 200 6-10-13 21:13:48$10 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-01-09 22:38:53 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 14 14 */ 15 16 #ifdef HAVE_CONFIG_H 17 # include "config.h" 18 #endif 15 19 16 20 #include "psMemory.h" -
trunk/psLib/src/mathtypes/psVector.c
r10177 r10999 9 9 * @author Robert DeSonia, MHPCC 10 10 * 11 * @version $Revision: 1. 89$ $Name: not supported by cvs2svn $12 * @date $Date: 200 6-11-24 20:51:43 $11 * @version $Revision: 1.90 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2007-01-09 22:38:53 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 15 15 */ 16 17 #ifdef HAVE_CONFIG_H 18 # include "config.h" 19 #endif 16 20 17 21 #include <string.h> // for memcpy
Note:
See TracChangeset
for help on using the changeset viewer.
