Changeset 14614 for branches/eam_branch_20070817/ppSim/src/ppSim.c
- Timestamp:
- Aug 22, 2007, 3:05:47 PM (19 years ago)
- File:
-
- 1 edited
-
branches/eam_branch_20070817/ppSim/src/ppSim.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20070817/ppSim/src/ppSim.c
r14463 r14614 4 4 { 5 5 psLibInit(NULL); 6 if (!pmModelClassInit ()) abort(); 7 6 8 pmConfig *config = pmConfigRead(&argc, argv, NULL); // Configuration 7 9 if (!config) { … … 18 20 } 19 21 20 psExit loopError; 21 if ((loopError = ppSimLoop(config))) { 22 if (!ppSimLoop(config)) { 22 23 psErrorStackPrint(stderr, "Unable to generate data."); 23 24 psFree(config); 24 exit( loopError);25 exit(PS_EXIT_SYS_ERROR); 25 26 } 26 27
Note:
See TracChangeset
for help on using the changeset viewer.
