Changeset 26657
- Timestamp:
- Jan 21, 2010, 2:53:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/psModules/src/imcombine/pmSubtractionKernels.c
r26593 r26657 227 227 if (!forceZeroNull && ((uOrder % 2) || (vOrder % 2))) { 228 228 // Odd function 229 scale2D = 1.0 / sqrt(sum2);229 scale2D = 1.0 / sqrt(sum2); 230 230 } 231 231 … … 1250 1250 out->solution1 = in->solution1 ? psVectorCopy(NULL, in->solution1, PS_TYPE_F64) : NULL; 1251 1251 out->solution2 = in->solution2 ? psVectorCopy(NULL, in->solution2, PS_TYPE_F64) : NULL; 1252 out->sampleStamps = psMemIncrRefCounter(in->sampleStamps); 1252 1253 1253 1254 return out;
Note:
See TracChangeset
for help on using the changeset viewer.
