In Stratus.Model.CellHurCreation(), remove call to setTerminal().
This commit is contained in:
parent
541b23216c
commit
d37970d184
|
@ -1088,7 +1088,7 @@ class Model() :
|
||||||
|
|
||||||
# The cell
|
# The cell
|
||||||
hurCell = FRAMEWORK.createCell ( self._name )
|
hurCell = FRAMEWORK.createCell ( self._name )
|
||||||
hurCell.setTerminal ( 0 )
|
#hurCell.setTerminal ( 0 )
|
||||||
|
|
||||||
self._hur_cell = hurCell
|
self._hur_cell = hurCell
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue