diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-23 11:53:57 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-23 11:53:57 +0100 |
| commit | 83f6533c384a617181e818d1941b08e40aa40b7d (patch) | |
| tree | 336804f869326c560e04a775ce788d7e9f0de14a /src/solvers/coord/list.h | |
| parent | 3aba28a34f5fb94e2aff9c437d6b164e3dcc790e (diff) | |
| download | nissy-core-83f6533c384a617181e818d1941b08e40aa40b7d.tar.gz nissy-core-83f6533c384a617181e818d1941b08e40aa40b7d.zip | |
Added cornersx solver
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 f2b7368..6856c13 100644 --- a/src/solvers/coord/list.h +++ b/src/solvers/coord/list.h | |||
| @@ -7,6 +7,7 @@ coord_t *all_coordinates[] = { | |||
| 7 | &coordinate_cpepe, | 7 | &coordinate_cpepe, |
| 8 | &coordinate_htr, | 8 | &coordinate_htr, |
| 9 | &coordinate_corners, | 9 | &coordinate_corners, |
| 10 | &coordinate_cornersx, | ||
| 10 | NULL | 11 | NULL |
| 11 | }; | 12 | }; |
| 12 | 13 | ||
