This commit is contained in:
2021-11-16 09:29:07 -06:00
parent c28378632f
commit 26304e5dff
3 changed files with 98 additions and 17 deletions

View File

@@ -28,6 +28,8 @@ public class Plate {
int section = 0;
double m;
int n;
//testing
//System.out.println("Cell size: " + cells.get(0).length);
while (section < numSections){
for (int i = 0; i < (size / numSections); i++) {
List<Integer[]> well = new ArrayList<>();