diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-19 17:45:14 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-19 17:45:14 +0200 |
| commit | 62d87e063318cc4c842b1b2d8c184f48aeaf6659 (patch) | |
| tree | 832bf338232c477975bea69f7370ca13f350fb07 /src/solvers/coord/solve.h | |
| parent | 8b94d135429a9f3253cc7f25a1453b412065c4a0 (diff) | |
| download | nissy-core-62d87e063318cc4c842b1b2d8c184f48aeaf6659.tar.gz nissy-core-62d87e063318cc4c842b1b2d8c184f48aeaf6659.zip | |
Refactored checkdata
Relevant changes include:
- Changed the signature of nissy_checkdata().
- Removed expected_distribution.h from tools; this data is now included
in each solver's src/ code.
- Removed distribution check for cocsep; may add back later.
Diffstat (limited to 'src/solvers/coord/solve.h')
| -rw-r--r-- | src/solvers/coord/solve.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/solvers/coord/solve.h b/src/solvers/coord/solve.h index df0f6ff..659040c 100644 --- a/src/solvers/coord/solve.h +++ b/src/solvers/coord/solve.h | |||
| @@ -222,8 +222,7 @@ solve_coord_dispatch( | |||
| 222 | coord_t *coord; | 222 | coord_t *coord; |
| 223 | uint8_t axis; | 223 | uint8_t axis; |
| 224 | 224 | ||
| 225 | parse_coord_and_axis( | 225 | parse_coord_and_axis(coord_and_axis, &coord, &axis); |
| 226 | strlen(coord_and_axis), coord_and_axis, &coord, &axis); | ||
| 227 | 226 | ||
| 228 | if (coord == NULL) { | 227 | if (coord == NULL) { |
| 229 | LOG("Error: could not parse coordinate from '%s'\n", | 228 | LOG("Error: could not parse coordinate from '%s'\n", |
