Implement matching using jheaps PairingHeap
This commit is contained in:
@@ -51,7 +51,7 @@ public class Plate {
|
||||
//n = Equations.getRandomNumber(0, cells.size());
|
||||
// was testing generating the cell sample file with exponential dist, then sampling flat here
|
||||
//that would be more realistic
|
||||
//But would mess up my
|
||||
//But would mess up other things in the simulation with how I've coded it.
|
||||
if(n > test){
|
||||
test = n;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user