Changeset 7064 for trunk/ppMerge/src/ppMerge.c
- Timestamp:
- May 3, 2006, 6:12:17 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/src/ppMerge.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMerge.c
r7061 r7064 4 4 5 5 #include "ppMerge.h" 6 #include "ppMem.h" 6 #include "ppMergeConfig.h" 7 #include "ppMergeData.h" 8 #include "ppMergeOptions.h" 9 #include "ppMergeCheckInputs.h" 10 #include "ppMergeBackground.h" 11 #include "ppMergeCombine.h" 12 13 //#include "ppMem.h" 7 14 8 15 int main(int argc, char **argv) 9 16 { 10 ppMergeOptions *options = ppMergeOptionsAlloc();11 ppConfig *config = ppConfigAlloc();12 13 17 psTimerStart(TIMERNAME); 14 18 … … 25 29 ppMergeData *data = ppMergeCheckInputs(options, config); 26 30 if (!data) { 27 psError( "Not enough valid input files.\n");31 psError(PS_ERR_IO, false, "Not enough valid input files.\n"); 28 32 exit(EXIT_FAILURE); 29 33 } … … 50 54 pmConfigDone(); 51 55 52 ppMemCheck();56 // ppMemCheck(); 53 57 54 58 return EXIT_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.
