IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2004, 4:16:41 PM (22 years ago)
Author:
desonia
Message:

changed psVectorToDlist to psVectorToList.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psList.h

    r919 r942  
    99 *  @author Robert Daniel DeSonia, MHPCC
    1010 *
    11  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-06-08 19:08:40 $
     11 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-06-09 02:16:41 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    125125
    126126/** Convert array to a doubly-linked list */
    127 psList* psVectorToDlist(
     127psList* psVectorToList(
    128128    psVector* arr                       ///< vector to convert
    129129);
Note: See TracChangeset for help on using the changeset viewer.