Changeset 28010 for trunk/pswarp/src/pswarpLoop.c
- Timestamp:
- May 18, 2010, 3:34:00 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpLoop.c
r28006 r28010 284 284 psFree(covar); 285 285 286 psImageCovarianceTransfer(output->variance, output->covariance); 286 if (output->variance) { 287 psImageCovarianceTransfer(output->variance, output->covariance); 288 } 287 289 } 288 290
Note:
See TracChangeset
for help on using the changeset viewer.
