IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 20, 2004, 6:12:37 PM (22 years ago)
Author:
eugene
Message:

substantial API changes based on change to PSLib SDRS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psDlist.h

    r706 r753  
    8686
    8787/** Convert doubly-linked list to a vector of (void *) */
    88 psVector *psDlistToArray(psDlist *dlist) ///< List to convert
     88psVector *psDlistToVector(psDlist *dlist) ///< List to convert
    8989;
    9090
    9191/** Convert array to a doubly-linked list */
    92 psDlist *psArrayToDlist(psVector *arr) ///< vecotor of (void *) to convert
     92psDlist *psArrayToDlist(psVector *vector) ///< vector of (void *) to convert
    9393;
    9494
Note: See TracChangeset for help on using the changeset viewer.