IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 874


Ignore:
Timestamp:
Jun 4, 2004, 1:45:22 PM (22 years ago)
Author:
desonia
Message:

changed psDList to psDlist to match SDRS.

Location:
trunk/psLib/src
Files:
2 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/Makefile

    r865 r874  
    33##  Makefile:   collections
    44##
    5 ##  $Revision: 1.17 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-06-04 19:36:07 $
     5##  $Revision: 1.18 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-06-04 23:44:36 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3434           psSort.o \
    3535           psImage.o \
    36            psDList.o
     36           psDlist.o
    3737
    3838# Define PHONY target "all" which will make all the necessary items
  • trunk/psLib/src/pslib.h

    r866 r874  
    88 *  @author Eric Van Alst, MHPCC
    99 *   
    10  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2004-06-04 19:36:44 $
     10 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2004-06-04 23:45:22 $
    1212 *
    1313 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3636#include "psSort.h"
    3737#include "psHash.h"
     38#include "psDlist.h"
    3839
    3940// Data Manipulation
Note: See TracChangeset for help on using the changeset viewer.