Some Update and Save before making dangerous changes

This commit is contained in:
Noah
2021-10-10 21:30:47 +02:00
parent 68fea2258b
commit 81594ae84c
5 changed files with 2 additions and 1261 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ public class Control {
}
// public void checkN(Cell[][] arr, Cell[][] futureGen, int columns, int rows) {
// public void checkN(Boolean[][] arr, Boolean[][] futureGen, int columns, int rows) {
// ArrayList<Thread> threads = new ArrayList<>();
// final int NUM_OF_THREADS = 8; //Or can be passed as an argument
// for (int tid = 0; tid < NUM_OF_THREADS; tid++) {