Skip to content

fix #16947: Xcos NOR Gate demo

Clément DAVID requested to merge davidcl/scilab:xcos-demos into main

The simulation issue came from invalid index computation on GraphicsAdapter::reverse_relink(). An indexOf() helper method was introduced to compute the index of an element in a vector.

Scicos implicit port creation through linkage, as described in Implicit_link.tst, has been removed. It was invalid when blocks were defined by their interface function. Creating a port always requires an interface function update.

Fix #16931 (closed), #16753 (closed), #16736 (closed), #16700 (closed)

Edited by Clément DAVID

Merge request reports