From e801f2560b864cd52b352481c6de1a35508c8271 Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Sat, 19 Nov 2011 15:39:35 +0100 Subject: Using a boolean for strict. --- src/experiment.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/experiment.h') 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; -- cgit v1.2.3