IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 20, 2004, 2:15:17 PM (22 years ago)
Author:
desonia
Message:

made some cleanup of the non-working code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psDList.h

    r460 r484  
    99 *  @author Robert Daniel DeSonia, MHPCC
    1010 *
    11  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-04-20 01:38:34 $
     11 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-04-21 00:15:17 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3838{
    3939    int n;                              ///< number of elements on list
    40     psDlistElem *head;                  ///< first element on list (may be NULL)
    41     psDlistElem *tail;                  ///< last element on list (may be NULL)
    42     psDlistElem *iter;                  ///< iteration cursor
     40    psDlistElem* head;                  ///< first element on list (may be NULL)
     41    psDlistElem* tail;                  ///< last element on list (may be NULL)
     42    psDlistElem* iter;                  ///< iteration cursor
    4343    int iterIndex;
    4444}
Note: See TracChangeset for help on using the changeset viewer.