Changeset 9551
- Timestamp:
- Oct 13, 2006, 1:54:34 PM (20 years ago)
- Location:
- trunk/psLib/src/mathtypes
- Files:
-
- 2 edited
-
psVector.c (modified) (2 diffs)
-
psVector.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/mathtypes/psVector.c
r9538 r9551 9 9 * @author Robert DeSonia, MHPCC 10 10 * 11 * @version $Revision: 1.8 3$ $Name: not supported by cvs2svn $12 * @date $Date: 2006-10-13 2 1:13:48$11 * @version $Revision: 1.84 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-10-13 23:54:34 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 487 487 } 488 488 489 char* psVectorToString( psVector* vector,489 char* psVectorToString(const psVector* vector, 490 490 int maxLength) 491 491 { -
trunk/psLib/src/mathtypes/psVector.h
r8627 r9551 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.5 6$ $Name: not supported by cvs2svn $14 * @date $Date: 2006- 08-26 04:34:28$13 * @version $Revision: 1.57 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-10-13 23:54:34 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 176 176 */ 177 177 char* psVectorToString( 178 psVector* vector,///< vector to create a string from178 const psVector* vector, ///< vector to create a string from 179 179 int maxLength ///< the maximum length of the resulting string 180 180 );
Note:
See TracChangeset
for help on using the changeset viewer.
