IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5686


Ignore:
Timestamp:
Dec 5, 2005, 12:14:27 PM (21 years ago)
Author:
drobbin
Message:

Fixed bug 602, (added 1,1 to x0,y0 for psRegionToString)

File:
1 edited

Legend:

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

    r5624 r5686  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.91 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-11-30 02:00:10 $
     11 *  @version $Revision: 1.92 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-12-05 22:14:27 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    155155
    156156    snprintf(tmpText,256,"[%g:%g,%g:%g]",
    157              region.x0, region.x1,
    158              region.y0, region.y1);
     157             region.x0+1, region.x1,
     158             region.y0+1, region.y1);
    159159
    160160    return psStringCopy(tmpText);
Note: See TracChangeset for help on using the changeset viewer.