IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 8, 2005, 4:02:54 PM (21 years ago)
Author:
drobbin
Message:

updated psRegionFromString to subtract 1 from x0,y0 per bug 509

File:
1 edited

Legend:

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

    r4944 r4980  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.80 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-09-02 21:32:06 $
     11 *  @version $Revision: 1.81 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-09-09 02:02:54 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    141141    }
    142142
    143     return psRegionSet(col0,col1,row0,row1);
     143    return psRegionSet(col0-1,col1,row0-1,row1);
    144144}
    145145
Note: See TracChangeset for help on using the changeset viewer.