Changeset 942
- Timestamp:
- Jun 8, 2004, 4:16:41 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 4 edited
-
collections/psList.c (modified) (2 diffs)
-
collections/psList.h (modified) (2 diffs)
-
types/psList.c (modified) (2 diffs)
-
types/psList.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psList.c
r930 r942 6 6 * @author Robert Daniel DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $9 * @date $Date: 2004-06-0 8 20:08:06$8 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2004-06-09 02:16:41 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 445 445 } 446 446 447 psList* psVectorTo Dlist(psVector* arr)447 psList* psVectorToList(psVector* arr) 448 448 { 449 449 unsigned int n; -
trunk/psLib/src/collections/psList.h
r919 r942 9 9 * @author Robert Daniel DeSonia, MHPCC 10 10 * 11 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-06-0 8 19:08:40$11 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-06-09 02:16:41 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 125 125 126 126 /** Convert array to a doubly-linked list */ 127 psList* psVectorTo Dlist(127 psList* psVectorToList( 128 128 psVector* arr ///< vector to convert 129 129 ); -
trunk/psLib/src/types/psList.c
r930 r942 6 6 * @author Robert Daniel DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $9 * @date $Date: 2004-06-0 8 20:08:06$8 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2004-06-09 02:16:41 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 445 445 } 446 446 447 psList* psVectorTo Dlist(psVector* arr)447 psList* psVectorToList(psVector* arr) 448 448 { 449 449 unsigned int n; -
trunk/psLib/src/types/psList.h
r919 r942 9 9 * @author Robert Daniel DeSonia, MHPCC 10 10 * 11 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-06-0 8 19:08:40$11 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-06-09 02:16:41 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 125 125 126 126 /** Convert array to a doubly-linked list */ 127 psList* psVectorTo Dlist(127 psList* psVectorToList( 128 128 psVector* arr ///< vector to convert 129 129 );
Note:
See TracChangeset
for help on using the changeset viewer.
