Bugfix
This commit is contained in:
@@ -32,7 +32,7 @@ public class Vertex implements Serializable, Comparable<Vertex> {
|
||||
|
||||
public Integer getReadCount() { return record.getReadCount(); }
|
||||
|
||||
public Integer getReadCount(Integer well) { return.record.getReadCount(well); }
|
||||
public Integer getReadCount(Integer well) { return record.getReadCount(well); }
|
||||
|
||||
public Map<Integer, Integer> getWellOccupancies() { return record.getWellOccupancies(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user