diff options
Diffstat (limited to 'src/solvers/coord/checkdata.h')
| -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; |
