Percolation/Mean cluster density: Difference between revisions

m
Corrected formatting due to one line length too long.
(New post.)
m (Corrected formatting due to one line length too long.)
Line 307:
 
Grid grid(size, probability);
printf("%s%d%s%d%s%d%s%s", "This ", size, " by ", size, " grid contains ", grid.cluster_count(), " clusters:", "\n");
"This ", size, " by ", size, " grid contains ", grid.cluster_count(), " clusters:", "\n");
grid.display();
 
908

edits