diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-03-09 07:43:37 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-03-09 07:43:37 +0100 |
| commit | 11e6aeeaf5f08839c6effb8f68710081acf491bf (patch) | |
| tree | 8aab442a637fd35bb457946926fd9bc749ee0467 /test/test.h | |
| parent | 110e079f81277b40ec76be0b86b074a632496109 (diff) | |
| download | nissy-core-11e6aeeaf5f08839c6effb8f68710081acf491bf.tar.gz nissy-core-11e6aeeaf5f08839c6effb8f68710081acf491bf.zip | |
Working (?) version of coordinate solver
Diffstat (limited to '')
| -rw-r--r-- | test/test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.h b/test/test.h index e144527..4b281e0 100644 --- a/test/test.h +++ b/test/test.h | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | #include "../src/solvers/h48/coordinate_macros.h" | 14 | #include "../src/solvers/h48/coordinate_macros.h" |
| 15 | #include "../src/solvers/h48/map_types_macros.h" | 15 | #include "../src/solvers/h48/map_types_macros.h" |
| 16 | #include "../src/solvers/h48/gendata_types_macros.h" | 16 | #include "../src/solvers/h48/gendata_types_macros.h" |
| 17 | #include "../src/solvers/coord/coord_types_macros.h" | 17 | #include "../src/solvers/coord/types_macros.h" |
| 18 | 18 | ||
| 19 | #define STRLENMAX 10000 | 19 | #define STRLENMAX 10000 |
| 20 | 20 | ||
