-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from sillydan1/patch/correct-cross-edge
This MR fixes an issue during tock-change evaluation, when there are multiple edges with guards containing external variables - then GetNextTockStates calculated all changes combined. This MR changes that, so each edge and guard expression is handled individually.
- Loading branch information
Showing
6 changed files
with
23 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule argvparse
updated
6 files
+7 −1 | CMakeLists.txt | |
+42 −25 | README.md | |
+21 −0 | cmake/CPM.cmake | |
+101 −16 | src/arguments.cpp | |
+9 −2 | src/arguments.h | |
+26 −13 | src/main.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters