diff options
Diffstat (limited to 'src/experiment.h')
-rw-r--r-- | src/experiment.h | 2 |
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; |