IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 19, 2005, 12:50:29 PM (21 years ago)
Author:
drobbin
Message:

Patched configure.ac, updated psTrace, fixed seg fault from psSpline k-loop using unsigned int

File:
1 edited

Legend:

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

    r5064 r5070  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.69 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-09-16 23:56:51 $
     13 *  @version $Revision: 1.70 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-09-19 22:50:29 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5555    const int numCols;                 ///< Number of columns in image
    5656    const int numRows;                 ///< Number of rows in image.
    57     const int col0;                    ///< Column position relative to parent.
    58     const int row0;                    ///< Row position relative to parent.
     57    int col0;                          ///< Column position relative to parent.
     58    int row0;                          ///< Row position relative to parent.
    5959
    6060    union {
Note: See TracChangeset for help on using the changeset viewer.