Changeset 21307 for branches/pap_branch_20090128/ppStack/src/ppStackMatch.c
- Timestamp:
- Feb 4, 2009, 5:57:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_20090128/ppStack/src/ppStackMatch.c
r21299 r21307 452 452 psFree(readout->mask); 453 453 psFree(readout->variance); 454 psFree(readout->covariance); 454 455 readout->image = psMemIncrRefCounter(output->image); 455 456 readout->mask = psMemIncrRefCounter(output->mask); 456 457 readout->variance = psMemIncrRefCounter(output->variance); 458 readout->covariance = psMemIncrRefCounter(output->covariance); 457 459 } else { 458 460 // Fake the convolution
Note:
See TracChangeset
for help on using the changeset viewer.
