IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 17, 2004, 11:00:24 AM (22 years ago)
Author:
desonia
Message:

adjusted for change in the data union member of psImage.

File:
1 edited

Legend:

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

    r700 r712  
    77 *  @author Ross Harman, MHPCC
    88 *   
    9  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-05-15 02:10:27 $
     9 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-05-17 21:00:24 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    121121
    122122    for (int row = 0; row < numRows; row++) {
    123         memcpy(out->data.v[row],image->data.i8[row0+row] + inputColOffset,outputRowSize);
     123        memcpy(out->data.v[row],image->data.u8[row0+row] + inputColOffset,outputRowSize);
    124124    }
    125125
Note: See TracChangeset for help on using the changeset viewer.