diff --git a/src/main/java/CommandLineInterface.java b/src/main/java/CommandLineInterface.java index 4cac761..230e57b 100644 --- a/src/main/java/CommandLineInterface.java +++ b/src/main/java/CommandLineInterface.java @@ -146,7 +146,7 @@ public class CommandLineInterface { CellSample cells = getCells(cellFilename); //get plate Plate plate = getPlate(plateFilename); - GraphWithMapData graph = Simulator.makeGraph(cells, plate, false); + GraphWithMapData graph = Simulator.makeGraph(cells, plate, 1, 0.0, 0.0, false); if (!line.hasOption("no-binary")) { //output binary file unless told not to GraphDataObjectWriter writer = new GraphDataObjectWriter(outputFilename, graph, false); writer.writeDataToFile();