Changeset 3966 for branches/pap_branch_050513/psLib/src/image/psImage.c
- Timestamp:
- May 18, 2005, 3:09:57 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_050513/psLib/src/image/psImage.c
r3948 r3966 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1.65.2. 1$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-05-1 6 21:07:01$11 * @version $Revision: 1.65.2.2 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-05-19 01:09:57 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 106 106 } 107 107 108 psRegion* psRegionFromString(c har* region)108 psRegion* psRegionFromString(const char* region) 109 109 { 110 110 psS32 col0; … … 137 137 } 138 138 139 char* psRegionToString( psRegion* region)139 char* psRegionToString(const psRegion* region) 140 140 { 141 141 char tmpText[256]; // big enough to store any region as text
Note:
See TracChangeset
for help on using the changeset viewer.
