From 2dbb9fa9b69e49d49cebb1c17559f6fe67600a4d Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Sun, 28 Mar 2021 00:19:05 -0400 Subject: Fix copyright notice in files, and small preemptive optimisation Eventually there'll be a more complicated data generation step than the one we're presently using, so having it in-lined in the loop is wasteful. Ideally also this would be update per ply and we could avoid recalculating it entirely for every query -- though it's probably ``fast enough'' for now. Also, caching is WIP. --- include/actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/actions.c') diff --git a/include/actions.c b/include/actions.c index 0b7d860..374f4f9 100644 --- a/include/actions.c +++ b/include/actions.c @@ -12,7 +12,7 @@ General Public License for more details. You should have received a copy of the GNU General Public License - along with Takwrap. If not, see . + along with ct. If not, see . */ #include "actions.h" -- cgit v1.2.3