aboutsummaryrefslogtreecommitdiff
path: root/tools/400_solvetest
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-03-14 16:18:29 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2025-03-14 16:18:29 +0100
commit1e1fd628207034b0412c50e289f146d34c5baf71 (patch)
treef21715cf39ef5fcc0a9197b214702fb7d16a1c58 /tools/400_solvetest
parentbfb7b1ab9d2c85a256c42c006060ffe7c2652638 (diff)
downloadnissy-core-1e1fd628207034b0412c50e289f146d34c5baf71.tar.gz
nissy-core-1e1fd628207034b0412c50e289f146d34c5baf71.zip
Replaced datasize with solverinfo
Diffstat (limited to 'tools/400_solvetest')
-rw-r--r--tools/400_solvetest/solve_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/400_solvetest/solve_test.c b/tools/400_solvetest/solve_test.c
index 9b6c094..a98be26 100644
--- a/tools/400_solvetest/solve_test.c
+++ b/tools/400_solvetest/solve_test.c
@@ -94,7 +94,7 @@ void run(void) {
94} 94}
95 95
96int main(int argc, char **argv) { 96int main(int argc, char **argv) {
97 char filename[255]; 97 char filename[255], dataid[NISSY_DATAID_SIZE];
98 98
99 if (argc < 2) { 99 if (argc < 2) {
100 printf("Error: not enough arguments. " 100 printf("Error: not enough arguments. "
@@ -110,7 +110,7 @@ int main(int argc, char **argv) {
110 if (getdata(solver, &buf, filename) != 0) 110 if (getdata(solver, &buf, filename) != 0)
111 return 1; 111 return 1;
112 112
113 size = nissy_datasize(solver); 113 size = nissy_solverinfo(solver, dataid);
114 114
115 timerun(run); 115 timerun(run);
116 116

Generated with cgit - Back to sebastiano.tronto.net