summary refs log tree commit diff stats
path: root/WitnessRandomizer/WitnessRandomizer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WitnessRandomizer/WitnessRandomizer.cpp')
-rw-r--r--WitnessRandomizer/WitnessRandomizer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/WitnessRandomizer/WitnessRandomizer.cpp b/WitnessRandomizer/WitnessRandomizer.cpp index 52efcf2..6c84803 100644 --- a/WitnessRandomizer/WitnessRandomizer.cpp +++ b/WitnessRandomizer/WitnessRandomizer.cpp
@@ -66,6 +66,7 @@ int main(int argc, char** argv)
66 66
67 67
68// // Content swaps -- must happen before squarePanels 68// // Content swaps -- must happen before squarePanels
69// randomizer.Randomize(tallUpDownPanels, SWAP_LINES | SWAP_STYLE);
69// randomizer.Randomize(upDownPanels, SWAP_LINES | SWAP_STYLE); 70// randomizer.Randomize(upDownPanels, SWAP_LINES | SWAP_STYLE);
70// randomizer.Randomize(leftForwardRightPanels, SWAP_LINES); 71// randomizer.Randomize(leftForwardRightPanels, SWAP_LINES);
71// 72//