summaryrefslogtreecommitdiff
path: root/src/experiment.h
diff options
context:
space:
mode:
authorTim Besard <tim.besard@gmail.com>2011-11-19 15:39:35 +0100
committerTim Besard <tim.besard@gmail.com>2011-11-19 15:39:35 +0100
commite801f2560b864cd52b352481c6de1a35508c8271 (patch)
tree018ff9a364431f74e7ff8428d87bc86507a3185f /src/experiment.h
parent9a2eef3b9deabcd3c368cb9562485fe2dff05ec1 (diff)
Using a boolean for strict.
Diffstat (limited to 'src/experiment.h')
-rw-r--r--src/experiment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/experiment.h b/src/experiment.h
index 3f6d0b1..5ede451 100644
--- a/src/experiment.h
+++ b/src/experiment.h
@@ -80,7 +80,7 @@ public:
char** random_state; // random state for each thread
- int strict; // strictly adhere to user input, or fail
+ bool strict; // strictly adhere to user input, or fail
const static int32 DEFAULT_POINTER_SIZE = sizeof(Chain);
const static int32 DEFAULT_BYTES_PER_LINE = 64;