Merge lp:~peter-gjoel/verifydtapn/ABPTraceFix into lp:verifydtapn
Proposed by
Peter Gjøl Jensen
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 332 | ||||
Proposed branch: | lp:~peter-gjoel/verifydtapn/ABPTraceFix | ||||
Merge into: | lp:verifydtapn | ||||
Diff against target: |
19 lines (+4/-3) 1 file modified
src/DiscreteVerification/VerificationTypes/TimeDartVerification.cpp (+4/-3) |
||||
To merge this branch: | bzr merge lp:~peter-gjoel/verifydtapn/ABPTraceFix | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jiri Srba | Approve | ||
Review via email:
|
Commit message
Fixed an issue for time-dart trace generation (replacing goto * for an infinite delay with "delay forever".
Description of the change
Fixes minor issue in trace-generation for time-darts.
To post a comment you must log in.
Manually tested on some examples and it seems to work fine. Can I merge it to trunk?