-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added step feature, now you can step though the balls movement one piece at a time Fixed error when an empty line is included in the code Fixed error when highest dimension was reduced to zero then that position in the array was called. Added -max tag (default 10k) for max number of step to run Added step counter to log Updated tag code to support multiple tags at the same tag. Added -i flag to list info about program instructions, steps, parse time, sim time, active memory Fixed mem leak in pos class, no longer create an extra array list with every trim call Changed the way the program exits when finished with sim
- Loading branch information
aspwil
committed
Nov 3, 2020
1 parent
7bd43d8
commit f1615de
Showing
3 changed files
with
67 additions
and
18 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
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