Changeset 5686
- Timestamp:
- Dec 5, 2005, 12:14:27 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/mathtypes/psImage.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/mathtypes/psImage.c
r5624 r5686 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1.9 1$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-1 1-30 02:00:10$11 * @version $Revision: 1.92 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-12-05 22:14:27 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 155 155 156 156 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); 159 159 160 160 return psStringCopy(tmpText);
Note:
See TracChangeset
for help on using the changeset viewer.
