IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 1, 2004, 12:42:57 PM (22 years ago)
Author:
desonia
Message:

renamed data.v to data.V in psImage struct to be same as psVector.

File:
1 edited

Legend:

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

    r820 r824  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-06-01 20:00:08 $
     11 *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-06-01 22:42:57 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5959        psC64   **C64;                  ///< double-precision complex data.
    6060        psPTR   **PTR;                  ///< void pointers
    61         void    **v;                    ///< pointer to data
     61        void    **V;                    ///< pointer to data
    6262    } data;                             ///< Union for data types.
    6363    const struct psImage *parent;       ///< Parent, if a subimage.
Note: See TracChangeset for help on using the changeset viewer.