IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 942


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

changed psVectorToDlist to psVectorToList.

Location:
trunk/psLib/src
Files:
4 edited

Legend:

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

    r930 r942  
    66 *  @author Robert Daniel DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-06-08 20:08:06 $
     8 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-06-09 02:16:41 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    445445}
    446446
    447 psList* psVectorToDlist(psVector* arr)
     447psList* psVectorToList(psVector* arr)
    448448{
    449449    unsigned int n;
  • 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);
  • trunk/psLib/src/types/psList.c

    r930 r942  
    66 *  @author Robert Daniel DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-06-08 20:08:06 $
     8 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-06-09 02:16:41 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    445445}
    446446
    447 psList* psVectorToDlist(psVector* arr)
     447psList* psVectorToList(psVector* arr)
    448448{
    449449    unsigned int n;
  • trunk/psLib/src/types/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.