Changeset 17178
- Timestamp:
- Mar 28, 2008, 1:09:01 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_080320/ppMerge/src/ppMergeMask.c
r17176 r17178 246 246 } 247 247 248 outRO->data_exists = outCell->data_exists = outChip->data_exists = true;249 250 248 if (writeOut) { 251 249 if (!pmFPAfileIOChecks(config, outView, PM_FPA_BEFORE)) { … … 253 251 goto MERGE_MASK_ERROR; 254 252 } 253 254 outRO->data_exists = outCell->data_exists = outChip->data_exists = true; 255 255 256 256 // Average concepts … … 289 289 } 290 290 } 291 psFree(outRO);292 291 } 293 292 psFree(outView); … … 344 343 goto PPMERGE_MASK_ERROR; 345 344 } 346 if (!ppMergeFileActivate(config, PPMERGE_FILES_OUTPUT, false)) {345 if (!ppMergeFileActivate(config, PPMERGE_FILES_OUTPUT, true)) { 347 346 psError(PS_ERR_UNKNOWN, false, "Unable to activate files."); 348 347 goto PPMERGE_MASK_ERROR;
Note:
See TracChangeset
for help on using the changeset viewer.
