X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=examples%2FGraphStreamInLines.py;h=db7ca6791fdbdd8fb39cb4648d7c2c252940e572;hb=197737f6f09d75f068a7d4cc42d32651e0716fa5;hp=f368c1048e324a111d842428c030c684ab5cd57e;hpb=c741c4dc3f59574dab1387e0b415929328027a22;p=modules%2Fsuperv.git diff --git a/examples/GraphStreamInLines.py b/examples/GraphStreamInLines.py index f368c10..db7ca67 100644 --- a/examples/GraphStreamInLines.py +++ b/examples/GraphStreamInLines.py @@ -117,7 +117,7 @@ OSwitchOdd = Switch.OutPort( 'Odd' , 'long' ) OSwitchEven = Switch.OutPort( 'Even' , 'int' ) OSwitcha = Switch.OutPort( 'a' , 'int' ) OSwitchDefault = Switch.OutPort( 'Default' , 'long' ) -ISwitchistream = Switch.InStreamPort( 'istream' , SALOME_ModuleCatalog.DATASTREAM_INTEGER , SALOME_ModuleCatalog.DATASTREAM_ITERATIVE ) +ISwitchistream = Switch.InStreamPort( 'istream' , SALOME_ModuleCatalog.DATASTREAM_INTEGER , SALOME_ModuleCatalog.DATASTREAM_TEMPORAL ) OSwitchostream = Switch.OutStreamPort( 'ostream' , SALOME_ModuleCatalog.DATASTREAM_INTEGER , SALOME_ModuleCatalog.DATASTREAM_ITERATIVE ) Switch.PrintPorts() EndSwitch.PrintPorts()