Changeset 3407 for trunk/psLib/src/collections/psVector.h
- Timestamp:
- Mar 11, 2005, 10:38:56 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psVector.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psVector.h
r3264 r3407 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.2 8$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-0 2-17 19:26:23$13 * @version $Revision: 1.29 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-03-11 20:38:56 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 144 144 ); 145 145 146 /** Creates a string from a psVector's values in the form "[x0,x1,x2]". 147 * 148 * @return psPtr a newly allocated string 149 */ 150 char* psVectorToString( 151 psVector* vector, ///< vector to create a string from 152 int maxLength ///< the maximum length of the resulting string 153 ); 154 146 155 /// @} 147 156
Note:
See TracChangeset
for help on using the changeset viewer.
