In Stratus.Model.CellHurCreation(), remove call to setTerminal().

This commit is contained in:
Jean-Paul Chaput 2020-11-11 13:36:56 +01:00
parent 541b23216c
commit d37970d184
1 changed files with 1 additions and 1 deletions

View File

@ -1088,7 +1088,7 @@ class Model() :
# The cell
hurCell = FRAMEWORK.createCell ( self._name )
hurCell.setTerminal ( 0 )
#hurCell.setTerminal ( 0 )
self._hur_cell = hurCell