IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 944


Ignore:
Timestamp:
Jun 9, 2004, 6:27:32 AM (22 years ago)
Author:
eugene
Message:

psListGetPrev to psListGetPrevious

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r943 r944  
    1 %%% $Id: psLibSDRS.tex,v 1.54 2004-06-09 16:05:58 eugene Exp $
     1%%% $Id: psLibSDRS.tex,v 1.55 2004-06-09 16:27:32 eugene Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    13491349void psListSetIterator(psList *list, int where, int which);
    13501350void *psListGetNext(psList *list, int which);
    1351 void *psListGetPrev(psList *list, int which);
     1351void *psListGetPrevious(psList *list, int which);
    13521352\end{verbatim}
    13531353Iteration over all elements of the list using the iteration cursor
Note: See TracChangeset for help on using the changeset viewer.