Changeset 9978
- Timestamp:
- Nov 14, 2006, 2:06:31 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/mathtypes/psVector.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/mathtypes/psVector.c
r9730 r9978 9 9 * @author Robert DeSonia, MHPCC 10 10 * 11 * @version $Revision: 1.8 7$ $Name: not supported by cvs2svn $12 * @date $Date: 2006-1 0-24 22:52:56$11 * @version $Revision: 1.88 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-11-15 00:06:31 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 547 547 CREAL(vector->data.TYPE[lcv]), \ 548 548 CIMAG(vector->data.TYPE[lcv])); \ 549 strncat(str,tempStr,maxLength); \ 549 550 full = (strlen(str) > maxLength-2); \ 550 551 prefix = ","; \ … … 639 640 } 640 641 642 641 643 bool p_psVectorPrint (int fd, 642 644 psVector *a,
Note:
See TracChangeset
for help on using the changeset viewer.
