Changeset 986 for trunk/psLib/src/image/psImage.c
- Timestamp:
- Jun 10, 2004, 10:40:26 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImage.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImage.c
r938 r986 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1.2 6$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-06- 08 23:56:34$11 * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-06-10 20:40:26 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 2282 2282 imageRow[col] /= overlayRow[col-col0]; \ 2283 2283 break; \ 2284 case '=': \ 2285 imageRow[col] = overlayRow[col-col0]; \ 2286 break; \ 2284 2287 default: \ 2285 2288 psError(__func__,"Unknown operation %s",op); \ … … 2287 2290 } \ 2288 2291 } \ 2289 } 2292 } \ 2293 break; 2290 2294 2291 2295 psImageOverlayCase(U8);
Note:
See TracChangeset
for help on using the changeset viewer.
