commit du soir, espoir

This commit is contained in:
tTh
2023-04-15 00:56:48 +02:00
parent 300bcfa7a0
commit 02bbdc7249
4 changed files with 84 additions and 4 deletions

View File

@@ -158,7 +158,7 @@ for (ix=0; ix<3; ix++) {
if (dropped) {
fprintf(stderr, "%s: %d dropped...\n", __func__, dropped);
exit(1);
// exit(1);
}
#if DEBUG_LEVEL
@@ -309,7 +309,7 @@ bubulles_to_data(file_vert, NULL, bublist, 0);
edges_to_data(file_edges, edges, 0);
foo = x_write_vertedges("foo.blob", bublist, edges);
foo = x_write_vertedges("foo.evblob", bublist, edges);
// Cleanup
free_bubulles(bublist, 0);