Changeset 28121 for trunk/ppSub/src/ppSubLoop.c
- Timestamp:
- May 26, 2010, 3:53:34 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubLoop.c
r28043 r28121 119 119 120 120 // Perform Variance correction (rescale within a modest range) 121 if (!ppSubVarianceRescale(config )) {121 if (!ppSubVarianceRescale(config, data)) { 122 122 psError(psErrorCodeLast(), false, "Unable to rescale variance."); 123 123 return false; 124 } 125 126 if (data->quality) { 127 // Done all we can do up to this point 128 return true; 124 129 } 125 130
Note:
See TracChangeset
for help on using the changeset viewer.
