From 18c9a8b8905304cf5f8fc15825769046a3144866 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 18 Aug 2024 14:26:45 +0200 Subject: Reorganized folder structure --- tools/001_gendata_h48/gendata_h48.c | 2 +- tools/002_stats_tables_h48/stats_tables_h48.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/001_gendata_h48/gendata_h48.c b/tools/001_gendata_h48/gendata_h48.c index 0456616..da0b4ad 100644 --- a/tools/001_gendata_h48/gendata_h48.c +++ b/tools/001_gendata_h48/gendata_h48.c @@ -1,5 +1,5 @@ #include "../timerun.h" -#include "../../src/cube.h" +#include "../../src/nissy.h" #define MAXDEPTH 20 #define HVALUE 0 diff --git a/tools/002_stats_tables_h48/stats_tables_h48.c b/tools/002_stats_tables_h48/stats_tables_h48.c index 7df396a..2e48497 100644 --- a/tools/002_stats_tables_h48/stats_tables_h48.c +++ b/tools/002_stats_tables_h48/stats_tables_h48.c @@ -1,7 +1,7 @@ #include #include #include "../timerun.h" -#include "../../src/cube.h" +#include "../../src/nissy.h" #define MAXMOVES 20 #define NTHREADS 32 -- cgit v1.3