diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-08-18 14:26:45 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-08-18 14:26:45 +0200 |
| commit | 18c9a8b8905304cf5f8fc15825769046a3144866 (patch) | |
| tree | a7807bb32b0a5d9ded7d3cedccc598f64a9b00fe /tools | |
| parent | f25a10e19eca294c4e6a99e4f80ce5cfd11a0e5f (diff) | |
| download | nissy-core-18c9a8b8905304cf5f8fc15825769046a3144866.tar.gz nissy-core-18c9a8b8905304cf5f8fc15825769046a3144866.zip | |
Reorganized folder structure
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/001_gendata_h48/gendata_h48.c | 2 | ||||
| -rw-r--r-- | tools/002_stats_tables_h48/stats_tables_h48.c | 2 |
2 files changed, 2 insertions, 2 deletions
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 @@ | |||
| 1 | #include "../timerun.h" | 1 | #include "../timerun.h" |
| 2 | #include "../../src/cube.h" | 2 | #include "../../src/nissy.h" |
| 3 | 3 | ||
| 4 | #define MAXDEPTH 20 | 4 | #define MAXDEPTH 20 |
| 5 | #define HVALUE 0 | 5 | #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 @@ | |||
| 1 | #include <pthread.h> | 1 | #include <pthread.h> |
| 2 | #include <time.h> | 2 | #include <time.h> |
| 3 | #include "../timerun.h" | 3 | #include "../timerun.h" |
| 4 | #include "../../src/cube.h" | 4 | #include "../../src/nissy.h" |
| 5 | 5 | ||
| 6 | #define MAXMOVES 20 | 6 | #define MAXMOVES 20 |
| 7 | #define NTHREADS 32 | 7 | #define NTHREADS 32 |
