Changeset 3115 for trunk/psLib/src/image/psImageStats.c
- Timestamp:
- Feb 2, 2005, 2:54:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImageStats.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageStats.c
r3027 r3115 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.6 3$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-0 1-17 23:25:10$11 * @version $Revision: 1.64 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-02-03 00:54:11 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 245 245 for (x = 0; x < input->numRows; x++) { 246 246 for (y = 0; y < input->numCols; y++) { 247 double pixel ;247 double pixel = 0.0; 248 248 if (input->type.type == PS_TYPE_S8) { 249 249 pixel = (double) input->data.S8[x][y];
Note:
See TracChangeset
for help on using the changeset viewer.
