Percolation/Bond percolation: Difference between revisions

Content deleted Content added
Promote from draft to full task status
Updated D entry
Line 71:
writefln("%-(%s%)+", nc.iota.map!(c => h[hWalls[nr][c]]));
if (!percolatedCol.isNull)
writeln(std.array.replicate(" ",.replicate(percolatedCol), " ",f[2]);
}