Percolation/Bond percolation: Difference between revisions

Updated D entry
(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]);
}