IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 13, 2004, 1:16:19 PM (22 years ago)
Author:
eugene
Message:

psFloatArray, psDoubleArray, psIntArray, etc merged into
psVector. psVector is analogous to psImage. reference to the old
forms have been converted to psVector. the file psStdArrays.h has
been removed and replaced with psVector.h (containing the vector
functions) and psTypes.h (containing the basic data types)

File:
1 edited

Legend:

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

    r523 r671  
    1616/** @defgroup AstroGroup Astronomy-Specific Utilities */
    1717
    18 
    1918/** @ingroup SystemGroup */
    2019# include <psMemory.h>
     
    2524
    2625/** @ingroup DataGroup */
    27 # include <psStdArrays.h>
     26# include <psTypes.h>
     27# include <psVectors.h>
    2828# include <psHash.h>
    2929# include <psDlist.h>
Note: See TracChangeset for help on using the changeset viewer.