diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-24 18:45:42 -0700 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-24 18:45:42 -0700 |
commit | ec1762e2da687d544b463d150c039eac72374d66 (patch) | |
tree | 36dce5f1431aef9b533dc6549fc6f854276604be /WitnessRandomizer/WitnessRandomizer.h | |
parent | 2473736979b829e09130a7261b38eb8c1367a06d (diff) | |
download | witness-tutorializer-ec1762e2da687d544b463d150c039eac72374d66.tar.gz witness-tutorializer-ec1762e2da687d544b463d150c039eac72374d66.tar.bz2 witness-tutorializer-ec1762e2da687d544b463d150c039eac72374d66.zip |
Add pillar back-off
Diffstat (limited to 'WitnessRandomizer/WitnessRandomizer.h')
-rw-r--r-- | WitnessRandomizer/WitnessRandomizer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WitnessRandomizer/WitnessRandomizer.h b/WitnessRandomizer/WitnessRandomizer.h index 9e84a46..af1f785 100644 --- a/WitnessRandomizer/WitnessRandomizer.h +++ b/WitnessRandomizer/WitnessRandomizer.h | |||
@@ -2,7 +2,8 @@ | |||
2 | 2 | ||
3 | int SWAP_TARGETS = 0x1; | 3 | int SWAP_TARGETS = 0x1; |
4 | int SWAP_LINES = 0x2; | 4 | int SWAP_LINES = 0x2; |
5 | int SWAP_COLORS = 0x4; | 5 | int SWAP_STYLE = 0x4; |
6 | int SWAP_BACK_DISTANCE = 0x8; | ||
6 | 7 | ||
7 | class WitnessRandomizer { | 8 | class WitnessRandomizer { |
8 | public: | 9 | public: |