Commit c625e609 authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Jérome Perrin

unused comment removed

parent a8c6a15d
...@@ -95,7 +95,4 @@ class Source(CoreObject): ...@@ -95,7 +95,4 @@ class Source(CoreObject):
#============================================================================ #============================================================================
def calculateInterarrivalTime(self): def calculateInterarrivalTime(self):
return self.rng.generateNumber() #this is if we have a default interarrival time for all the entities return self.rng.generateNumber() #this is if we have a default interarrival time for all the entities
#============================================================================
# outputs message to the trace.xls.
# Format is (Simulation Time | Entity Name | "generated")
#============================================================================
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment