From f4adfc85ad3503719461dab37acc096a6c37e6a4 Mon Sep 17 00:00:00 2001 From: cdkersey Date: Mon, 12 Oct 2015 13:51:45 -0600 Subject: [PATCH] Oops. --- src/core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.cpp b/src/core.cpp index daf640a5..0185bcd8 100644 --- a/src/core.cpp +++ b/src/core.cpp @@ -57,7 +57,7 @@ void Core::step() { D(3, "Now " << w[i].activeThreads << " active threads in " << i); } - #ifdef PRINT_ACTIVE_THREADSx + #ifdef PRINT_ACTIVE_THREADS for (unsigned j = 0; j < w[i].tmask.size(); ++j) { if (w[i].activeThreads > j && w[i].tmask[j]) cout << " 1"; else cout << " 0";