Changeset 10177
- Timestamp:
- Nov 24, 2006, 10:51:43 AM (20 years ago)
- Location:
- trunk/psLib/src/mathtypes
- Files:
-
- 2 edited
-
psVector.c (modified) (3 diffs)
-
psVector.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/mathtypes/psVector.c
r9978 r10177 9 9 * @author Robert DeSonia, MHPCC 10 10 * 11 * @version $Revision: 1.8 8$ $Name: not supported by cvs2svn $12 * @date $Date: 2006-11- 15 00:06:31$11 * @version $Revision: 1.89 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-11-24 20:51:43 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 595 595 } 596 596 597 psF64 p_psVectorGetElementF64( psVector* vector,597 psF64 p_psVectorGetElementF64(const psVector* vector, 598 598 int position) 599 599 { … … 642 642 643 643 bool p_psVectorPrint (int fd, 644 psVector *a,644 const psVector *a, 645 645 char *name) 646 646 { -
trunk/psLib/src/mathtypes/psVector.h
r9730 r10177 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1. 59$ $Name: not supported by cvs2svn $14 * @date $Date: 2006-1 0-24 22:52:56$13 * @version $Revision: 1.60 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-11-24 20:51:43 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 197 197 */ 198 198 psF64 p_psVectorGetElementF64( 199 psVector* vector, ///< vector to retrieve element199 const psVector* vector, ///< vector to retrieve element 200 200 int position ///< the vector position to get 201 201 ); … … 207 207 bool p_psVectorPrint ( 208 208 int fd, ///< output file descriptor 209 psVector *a, ///< vector to print209 const psVector *a, ///< vector to print 210 210 char *name ///< name of vector (for title) 211 211 );
Note:
See TracChangeset
for help on using the changeset viewer.
