diff options
| author | Joshua Bakita <jbakita@cs.unc.edu> | 2020-10-20 16:26:25 -0400 |
|---|---|---|
| committer | Joshua Bakita <jbakita@cs.unc.edu> | 2020-10-20 16:26:25 -0400 |
| commit | 2e4b1efc7e46b1278e162cb63632546af8f3e0e9 (patch) | |
| tree | e74b7be70efb34b192e3fa11c3ff41c6fdfa643e /baseline/source/petrinet | |
| parent | 03412b9f841f140b9b7410a1890298e3ac2835db (diff) | |
Convert TACLeBench to use new libextra API
No other changes.
Diffstat (limited to 'baseline/source/petrinet')
| -rw-r--r-- | baseline/source/petrinet/petrinet.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/baseline/source/petrinet/petrinet.c b/baseline/source/petrinet/petrinet.c index 6ef3392..79da104 100644 --- a/baseline/source/petrinet/petrinet.c +++ b/baseline/source/petrinet/petrinet.c | |||
| @@ -977,11 +977,9 @@ int main( int argc, char **argv ) | |||
| 977 | { | 977 | { |
| 978 | SET_UP | 978 | SET_UP |
| 979 | 979 | ||
| 980 | for (jobsComplete=0; jobsComplete<maxJobs; jobsComplete++){ | 980 | for_each_job { |
| 981 | 981 | ||
| 982 | START_LOOP | ||
| 983 | petrinet_main(); | 982 | petrinet_main(); |
| 984 | STOP_LOOP | ||
| 985 | } | 983 | } |
| 986 | WRITE_TO_FILE | 984 | WRITE_TO_FILE |
| 987 | 985 | ||
