Changeset 34411 for branches/czw_branch/20120906/pswarp/src/pswarp.c
- Timestamp:
- Sep 6, 2012, 1:24:39 PM (14 years ago)
- File:
-
- 1 edited
-
branches/czw_branch/20120906/pswarp/src/pswarp.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20120906/pswarp/src/pswarp.c
r27904 r34411 46 46 goto DIE; 47 47 } 48 if (psMetadataLookupBool(NULL,config->arguments,"BACKGROUND.MODEL")) { 49 fprintf(stderr,"Here!\n"); 50 if (!pswarpDefineBackground(config)) { 51 goto DIE; 52 } 53 } 48 54 49 55 // Open the statistics file … … 66 72 if (!pswarpLoop(config, stats)) { 67 73 goto DIE; 74 } 75 if (psMetadataLookupBool(NULL,config->arguments,"BACKGROUND.MODEL")) { 76 fprintf(stderr,"There!\n"); 77 if (!pswarpLoopBackground(config, stats)) { 78 fprintf(stderr,"Dying!\n"); 79 goto DIE; 80 } 68 81 } 69 82
Note:
See TracChangeset
for help on using the changeset viewer.
