Changeset 28405 for trunk/psModules/src/detrend/pmBias.c
- Timestamp:
- Jun 18, 2010, 2:25:38 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmBias.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmBias.c
r21183 r28405 144 144 145 145 if (!psThreadJobAddPending(job)) { 146 psFree(job);147 146 return false; 148 147 } 149 psFree(job);150 148 } else if (!pmBiasSubtractScan(in, sub, scale, xOffset, yOffset, rowStart, rowStop)) { 151 149 psError(PS_ERR_UNKNOWN, false, "Unable to apply bias correction.");
Note:
See TracChangeset
for help on using the changeset viewer.
