diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-03-04 08:24:39 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-03-04 08:24:39 +0100 |
| commit | 7defd8041e6050a9adf7927b43fd249d75d6389f (patch) | |
| tree | 345675fbdbb94a8027e35556d3a116a48f486dd8 /test/test.h | |
| parent | 038469b6f27106ab2002c7da11c6bca2a5fe30ee (diff) | |
| download | nissy-core-7defd8041e6050a9adf7927b43fd249d75d6389f.tar.gz nissy-core-7defd8041e6050a9adf7927b43fd249d75d6389f.zip | |
Begin work for coordinate solver
Diffstat (limited to 'test/test.h')
| -rw-r--r-- | test/test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h index fe362c7..e144527 100644 --- a/test/test.h +++ b/test/test.h | |||
| @@ -14,6 +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 | 18 | ||
| 18 | #define STRLENMAX 10000 | 19 | #define STRLENMAX 10000 |
| 19 | 20 | ||
