From d37970d184a022e070eced275cae9a765d5db6d4 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Wed, 11 Nov 2020 13:36:56 +0100 Subject: [PATCH] In Stratus.Model.CellHurCreation(), remove call to setTerminal(). --- stratus1/src/stratus/st_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stratus1/src/stratus/st_model.py b/stratus1/src/stratus/st_model.py index 7a47b704..01fa2be9 100644 --- a/stratus1/src/stratus/st_model.py +++ b/stratus1/src/stratus/st_model.py @@ -1088,7 +1088,7 @@ class Model() : # The cell hurCell = FRAMEWORK.createCell ( self._name ) - hurCell.setTerminal ( 0 ) + #hurCell.setTerminal ( 0 ) self._hur_cell = hurCell