From 64ee4e53f434211ce4cebf465bb8c6a1e4cf8f5b Mon Sep 17 00:00:00 2001 From: JCRaymond Date: Sun, 8 Dec 2019 16:35:39 -0500 Subject: [PATCH] Small changes --- cpu-opt/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu-opt/main.cpp b/cpu-opt/main.cpp index 35d18c2..a55e4ca 100644 --- a/cpu-opt/main.cpp +++ b/cpu-opt/main.cpp @@ -273,7 +273,7 @@ int add_coset(const Coxeter &cox, /** * learn until it can't */ -void learn(const Coxeter &cox, CosetTable &cosets, +inline void learn(const Coxeter &cox, CosetTable &cosets, std::vector &reltables) { const int nrels = cox.nrels;