IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5658


Ignore:
Timestamp:
Dec 2, 2005, 10:55:07 AM (21 years ago)
Author:
magnier
Message:

setting col0,row0 in psImageCopy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel8_b3/psLib/src/imageops/psImageStructManip.c

    r5216 r5658  
    88 *  @author Robert DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-10-01 02:22:11 $
     10 *  @version $Revision: 1.6.10.1 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-12-02 20:55:07 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    179179
    180180    output = psImageRecycle(output, numCols, numRows, type);
     181    output->col0 = input->col0;
     182    output->row0 = input->row0;
    181183
    182184    // cover the trival case of copy of the same
Note: See TracChangeset for help on using the changeset viewer.