diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-07-17 07:57:18 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-07-17 07:57:18 +0200 |
| commit | 5e741a00a1350477c7d8778cb466c8efa27b152d (patch) | |
| tree | 37d3ab4b00f1b735f5da3b8f0065f1f19e920678 /src/solvers/coord/list.h | |
| parent | 37dc364aaf751a14ff8c7e74e6bae59128c558df (diff) | |
| download | nissy-core-5e741a00a1350477c7d8778cb466c8efa27b152d.tar.gz nissy-core-5e741a00a1350477c7d8778cb466c8efa27b152d.zip | |
Working drslice (same results as nissy-classic)
Diffstat (limited to 'src/solvers/coord/list.h')
| -rw-r--r-- | src/solvers/coord/list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/solvers/coord/list.h b/src/solvers/coord/list.h index 9409bb6..3badc8f 100644 --- a/src/solvers/coord/list.h +++ b/src/solvers/coord/list.h | |||
| @@ -2,5 +2,6 @@ coord_t *all_coordinates[] = { | |||
| 2 | &coordinate_eo, | 2 | &coordinate_eo, |
| 3 | &coordinate_dr, | 3 | &coordinate_dr, |
| 4 | &coordinate_dreo, | 4 | &coordinate_dreo, |
| 5 | &coordinate_drslice, | ||
| 5 | NULL | 6 | NULL |
| 6 | }; | 7 | }; |
