Skip to content
Snippets Groups Projects
Verified Commit f344d025 authored by mirabilos's avatar mirabilos Committed by mirabilos
Browse files

more debugging

parent c8e0a110
No related branches found
No related tags found
No related merge requests found
......@@ -200,6 +200,12 @@ getfield(int y, int x)
walk_finished:
printf("└─END '%c' @ (%d, %d) → area %llu, sides %llu\n",
oc, y, x, area, sides);
for (yl = 0; yl < H; ++yl) {
putchar('<');
for (xl = 0; xl < W; ++xl)
putchar(F2(yl,xl));
printf(">\n");
}
for (yl = 0; yl < H; ++yl) {
unsigned inside = 0;
for (xl = 0; xl < W; ++xl) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment