Commit 92c42f62 authored by Ioannis Papagiannopoulos's avatar Ioannis Papagiannopoulos Committed by Sebastien Robin

modified Source.py in-line comments

parent 4ebe42b8
......@@ -93,7 +93,7 @@ class Source(CoreObject):
# # ============================== waiting flag ==============================================
# self.waitToDispose=False #shows if the object waits to dispose an entity
# initialize the internal Queue (type Resource) of the Machine
# initialize the internal Queue (type Resource) of the Source
self.Res=Resource(capacity=infinity)
self.Res.activeQ=[]
self.Res.waitQ=[]
......
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