- Timestamp:
- Apr 28, 2005, 11:17:02 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam-psphot-branch/psLib/src/collections/psVector.c
r3476 r3788 9 9 * @author Robert DeSonia, MHPCC 10 10 * 11 * @version $Revision: 1.36 $ $Name: not supported by cvs2svn $12 * @date $Date: 2005-0 3-22 21:52:49$11 * @version $Revision: 1.36.4.1 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-04-29 09:17:02 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 540 540 } 541 541 } 542 543 // XXX EAM a utility function 544 bool p_psVectorPrint (FILE *f, psVector *a, char *name) 545 { 546 547 fprintf (f, "vector: %s\n", name); 548 549 for (int i = 0; i < a[0].n; i++) { 550 fprintf (f, "%f\n", p_psVectorGetElementF64(a, i)); 551 } 552 fprintf (f, "\n"); 553 return (true); 554 } 555
Note:
See TracChangeset
for help on using the changeset viewer.
