Changeset 21124
- Timestamp:
- Jan 17, 2009, 10:29:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081230/ppStack/src/ppStackReadout.c
r21090 r21124 238 238 // Ensure there is a mask, or pmStackCombine will complain 239 239 if (!ro->mask) { 240 ro->mask = psImageAlloc(ro->image->numCols, ro->image->numRows, PS_TYPE_ MASK);240 ro->mask = psImageAlloc(ro->image->numCols, ro->image->numRows, PS_TYPE_IMAGE_MASK); 241 241 psImageInit(ro->mask, 0); 242 242 }
Note:
See TracChangeset
for help on using the changeset viewer.
