Changeset 35512 for branches/eam_branches/ipp-20130419/pswarp/src/pswarp.c
- Timestamp:
- May 5, 2013, 2:20:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130419/pswarp/src/pswarp.c
r35434 r35512 45 45 pswarpCleanup(config, statsFile); 46 46 } 47 48 # if (0)49 pswarpDumpOutput (config);50 exit (0);51 # endif52 53 47 // load and warp 54 48 if (!pswarpLoop(config, statsFile->md)) { 55 49 pswarpCleanup(config, statsFile); 56 50 } 57 pswarpDumpOutput (config);58 exit (0);59 51 60 52 # else … … 78 70 } 79 71 # endif 72 80 73 psLogMsg("pswarp", PS_LOG_INFO, "complete pswarp run: %f sec\n", psTimerMark("pswarp")); 81 74 pswarpCleanup(config, statsFile); … … 83 76 84 77 // NOTE: pswarpCleanup calls exit 78 79 // pswarpDumpOutput (config); 80 // exit (0);
Note:
See TracChangeset
for help on using the changeset viewer.
