aboutsummaryrefslogtreecommitdiff
path: root/tools/tool.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-08-05 09:04:00 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-08-05 09:04:00 +0200
commit3e7bb9b87ef9b47d8f643dbcae19a64ddbc81dbb (patch)
tree122faba06273ae0450a2994e22bad42202f11da7 /tools/tool.h
parentf6efc882a279cddb624fe2f2470797561a6997b8 (diff)
downloadnissy-core-3e7bb9b87ef9b47d8f643dbcae19a64ddbc81dbb.tar.gz
nissy-core-3e7bb9b87ef9b47d8f643dbcae19a64ddbc81dbb.zip
Added DRFIN solver
Diffstat (limited to '')
-rw-r--r--tools/tool.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/tool.h b/tools/tool.h
index 8c04eb0..47155c2 100644
--- a/tools/tool.h
+++ b/tools/tool.h
@@ -80,7 +80,6 @@ generatetable(
80 printf("Error getting table size.\n"); 80 printf("Error getting table size.\n");
81 return -1; 81 return -1;
82 } 82 }
83printf("In generatetable %s\n", dataid);
84 83
85 *buf = malloc(size); 84 *buf = malloc(size);
86 gensize = nissy_gendata(solver, size, *buf); 85 gensize = nissy_gendata(solver, size, *buf);

Generated with cgit - Back to sebastiano.tronto.net