From 11e6aeeaf5f08839c6effb8f68710081acf491bf Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 9 Mar 2025 07:43:37 +0100 Subject: Working (?) version of coordinate solver --- test/120_gendata_eo/gendata_eo_tests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/120_gendata_eo') diff --git a/test/120_gendata_eo/gendata_eo_tests.c b/test/120_gendata_eo/gendata_eo_tests.c index 3a6ac07..46a0606 100644 --- a/test/120_gendata_eo/gendata_eo_tests.c +++ b/test/120_gendata_eo/gendata_eo_tests.c @@ -17,7 +17,7 @@ Pruning table values (from nissy): char buf[FULLSIZE]; -size_t gendata_coordinate_name(const char *, void *); +size_t gendata_coord_dispatch(const char *, void *); bool readtableinfo(uint64_t, const char *, tableinfo_t *); void run(void) { @@ -25,7 +25,7 @@ void run(void) { size_t result; tableinfo_t info; - result = gendata_coordinate_name("EO", buf); + result = gendata_coord_dispatch("EO", buf); if (readtableinfo(FULLSIZE, buf, &info) != NISSY_OK) { printf("Error reading info from table\n"); return; -- cgit v1.3