Jelajahi Sumber

DEVS model works and we can end up in the interface selection

Yentl Van Tendeloo 9 tahun lalu
induk
melakukan
c3d09d0cad
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      model/model.py

+ 1 - 1
model/model.py

@@ -507,6 +507,6 @@ args = {
 
 model = System(**args)
 sim = Simulator(model)
-sim.setTerminationTime(90000)
+sim.setTerminationTime(900000)
 #sim.setVerbose()
 sim.simulate()