From 6b2cbe6c00c1b008e3145c1adf6096640f4e7bbd Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Tue, 30 May 2023 21:39:37 -0400 Subject: template single_step and executors on whether to update address sets to improve performance in non-gui programs --- tabulator-mpi/worker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tabulator-mpi/worker.cpp') diff --git a/tabulator-mpi/worker.cpp b/tabulator-mpi/worker.cpp index e9768b2..47b8eeb 100644 --- a/tabulator-mpi/worker.cpp +++ b/tabulator-mpi/worker.cpp @@ -15,7 +15,7 @@ static int do_round(const lib94::warrior *w1, const lib94::warrior *w2) { lib94::init_round(ws, 2); for (int i = 0; i < 1000000; ++i) { - const lib94::warrior *result = lib94::single_step(); + const lib94::warrior *result = lib94::single_step(); if (result == w1) return -1; if (result == w2) -- cgit v1.2.3