bugfix
This commit is contained in:
@@ -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<>();
|
||||
|
||||
Reference in New Issue
Block a user