Changeset 1301 for trunk/psLib/src/image/psImageIO.c
- Timestamp:
- Jul 27, 2004, 1:09:23 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImageIO.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageIO.c
r1241 r1301 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-07- 19 22:01:19$9 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-07-27 23:09:23 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 121 121 122 122 if (numCols < 1) { 123 numCols += nAxes[0] ;123 numCols += nAxes[0] - col; 124 124 } 125 125 if (numRows < 1) { 126 numRows += nAxes[1] ;126 numRows += nAxes[1] - row; 127 127 } 128 128
Note:
See TracChangeset
for help on using the changeset viewer.
