Changeset 12499
- Timestamp:
- Mar 19, 2007, 2:13:55 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/mathtypes/psImage.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/mathtypes/psImage.c
r12431 r12499 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1.12 5$ $Name: not supported by cvs2svn $12 * @date $Date: 2007-03- 14 00:39:50$11 * @version $Revision: 1.126 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2007-03-20 00:13:55 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 752 752 int lastX = input->numCols - 1; \ 753 753 int lastY = input->numRows - 1; \ 754 ps##TYPE V00 ; \755 ps##TYPE V01 ; \756 ps##TYPE V10 ; \757 ps##TYPE V11 ; \754 ps##TYPE V00 = 0; \ 755 ps##TYPE V01 = 0; \ 756 ps##TYPE V10 = 0; \ 757 ps##TYPE V11 = 0; \ 758 758 bool valid00; \ 759 759 bool valid01; \
Note:
See TracChangeset
for help on using the changeset viewer.
