IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 9, 2005, 2:16:59 PM (21 years ago)
Author:
drobbin
Message:

Made changes to psImage struct. and psMetadata output per bug505

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/mathtypes/psImage.h

    r4944 r4985  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.66 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-09-02 21:32:06 $
     13 *  @version $Revision: 1.67 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-09-10 00:16:58 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    7171        psC32** C32;                   ///< Single-precision complex data.
    7272        psC64** C64;                   ///< Double-precision complex data.
    73         psPtr** PTR;                   ///< Void pointers.
     73        //        psPtr** PTR;                   ///< Void pointers.
    7474        psPtr*  V;                     ///< Pointer to data.
    7575    } data;                            ///< Union for data types.
Note: See TracChangeset for help on using the changeset viewer.