Changeset 28304 for branches/czw_branch/20100519/ppSub/src/ppSubLoop.c
- Timestamp:
- Jun 10, 2010, 6:28:51 PM (16 years ago)
- Location:
- branches/czw_branch/20100519
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppSub/src/ppSubLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100519
- Property svn:mergeinfo changed
-
branches/czw_branch/20100519/ppSub/src/ppSubLoop.c
r28043 r28304 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.
