Changeset 34838 for branches/eam_branches/ipp-20121130/pswarp/src/pswarp.c
- Timestamp:
- Dec 18, 2012, 5:56:48 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121130/pswarp/src/pswarp.c
r27904 r34838 46 46 goto DIE; 47 47 } 48 if (psMetadataLookupBool(NULL,config->arguments,"BACKGROUND.MODEL")) { 49 if (!pswarpDefineBackground(config)) { 50 goto DIE; 51 } 52 } 48 53 49 54 // Open the statistics file … … 66 71 if (!pswarpLoop(config, stats)) { 67 72 goto DIE; 73 } 74 if (psMetadataLookupBool(NULL,config->arguments,"BACKGROUND.MODEL")) { 75 if (!pswarpLoopBackground(config, stats)) { 76 fprintf(stderr,"Dying!\n"); 77 goto DIE; 78 } 68 79 } 69 80
Note:
See TracChangeset
for help on using the changeset viewer.
