Changeset 1933 for trunk/psLib/src/image/psImage.c
- Timestamp:
- Sep 30, 2004, 8:54:42 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImage.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImage.c
r1920 r1933 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.4 7$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-09- 28 23:26:48$12 * @version $Revision: 1.48 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-09-30 18:54:42 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 403 403 bool valid1 = true; \ 404 404 if (valid01 && valid11) { \ 405 V 0= V01*(1-fracX)+V11*fracX; \405 V1 = V01*(1-fracX)+V11*fracX; \ 406 406 } else if (valid01) { \ 407 V 0= V01; \407 V1 = V01; \ 408 408 } else if (valid11) { \ 409 V 0= V11; \409 V1 = V11; \ 410 410 } else { \ 411 411 valid1 = false; \
Note:
See TracChangeset
for help on using the changeset viewer.
