IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4039


Ignore:
Timestamp:
May 26, 2005, 6:48:09 AM (21 years ago)
Author:
magnier
Message:

removed const from col0,row0 -- SDRS updated for cycle 7

Location:
branches/eam-psphot-branch/psLib/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam-psphot-branch/psLib/src/image/psImage.h

    r3788 r4039  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.49.4.1 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-04-29 09:17:02 $
     13 *  @version $Revision: 1.49.4.2 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-05-26 16:48:09 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5555    const psU32 numCols;               ///< Number of columns in image
    5656    const psU32 numRows;               ///< Number of rows in image.
    57     const psS32 col0;                  ///< Column position relative to parent.
    58     const psS32 row0;                  ///< Row position relative to parent.
     57    psS32 col0;                        ///< Column position relative to parent.
     58    psS32 row0;                        ///< Row position relative to parent.
    5959
    6060    union {
  • branches/eam-psphot-branch/psLib/src/mathtypes/psImage.h

    r3788 r4039  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.49.4.1 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-04-29 09:17:02 $
     13 *  @version $Revision: 1.49.4.2 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-05-26 16:48:09 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5555    const psU32 numCols;               ///< Number of columns in image
    5656    const psU32 numRows;               ///< Number of rows in image.
    57     const psS32 col0;                  ///< Column position relative to parent.
    58     const psS32 row0;                  ///< Row position relative to parent.
     57    psS32 col0;                        ///< Column position relative to parent.
     58    psS32 row0;                        ///< Row position relative to parent.
    5959
    6060    union {
Note: See TracChangeset for help on using the changeset viewer.