diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-01 11:26:49 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-01 11:26:49 +0200 |
| commit | 10632e9fa6e8037cd584a29536e6ab1be9ca359b (patch) | |
| tree | 56109926836991279a86eee054f260549e41ca7a /src/solvers/coord/checkdata.h | |
| parent | a107b58dc4c34c187e31065293124e722158b919 (diff) | |
| download | nissy-core-10632e9fa6e8037cd584a29536e6ab1be9ca359b.tar.gz nissy-core-10632e9fa6e8037cd584a29536e6ab1be9ca359b.zip | |
Reworked coordinate solver axis specification
Diffstat (limited to '')
| -rw-r--r-- | src/solvers/coord/checkdata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/solvers/coord/checkdata.h b/src/solvers/coord/checkdata.h index 791761f..e448e8f 100644 --- a/src/solvers/coord/checkdata.h +++ b/src/solvers/coord/checkdata.h | |||
| @@ -19,7 +19,7 @@ checkdata_coord( | |||
| 19 | return NISSY_ERROR_DATA; | 19 | return NISSY_ERROR_DATA; |
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | parse_coord_and_axis(solver, &coord, NULL); | 22 | parse_coord_and_trans(solver, &coord, NULL); |
| 23 | if (coord == NULL) { | 23 | if (coord == NULL) { |
| 24 | LOG("[cehckdata] Unknown coordinate solver '%s'\n", solver); | 24 | LOG("[cehckdata] Unknown coordinate solver '%s'\n", solver); |
| 25 | return NISSY_ERROR_DATA; | 25 | return NISSY_ERROR_DATA; |
