Changeset 13338
- Timestamp:
- May 10, 2007, 10:25:05 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSource.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSource.c
r13335 r13338 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1.2 8$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-05-10 19:48:35 $8 * @version $Revision: 1.29 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-05-10 20:25:05 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 801 801 psF32 **target = source->pixels->data.F32; 802 802 if (mode & PM_MODEL_OP_NOISE) { 803 target = source->noise->data.F32;803 target = source->weight->data.F32; 804 804 } 805 805 … … 823 823 psImage *target = source->pixels; 824 824 if (mode & PM_MODEL_OP_NOISE) { 825 target = source->noise; 825 target = source->weight; 826 } 826 827 if (add) { 827 828 status = pmModelAdd (target, source->maskObj, model, PM_MODEL_OP_FULL);
Note:
See TracChangeset
for help on using the changeset viewer.
