aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/000_gendata/gendata.c3
-rw-r--r--tools/tool.h1
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/000_gendata/gendata.c b/tools/000_gendata/gendata.c
index f2da890..a289925 100644
--- a/tools/000_gendata/gendata.c
+++ b/tools/000_gendata/gendata.c
@@ -21,7 +21,8 @@ run(void) {
21 sprintf(filename, "tables/%s", dataid); 21 sprintf(filename, "tables/%s", dataid);
22 writetable(buf, size, filename); 22 writetable(buf, size, filename);
23 } else { 23 } else {
24 printf("Error: table generated incorrectly!\n"); 24 printf("Error: table for %s generated incorrectly!\n",
25 solver);
25 } 26 }
26 break; 27 break;
27 } 28 }
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