Make it explicit that null output ports are not allowed. The output port vector bounds are always >= 1.
This commit is contained in:
parent
5c6b9f03b5
commit
4219efb5d5
|
|
@ -47,7 +47,7 @@ Default_Type: d d
|
||||||
Allowed_Types: [d] [d]
|
Allowed_Types: [d] [d]
|
||||||
Vector: no yes
|
Vector: no yes
|
||||||
Vector_Bounds: - [1 -]
|
Vector_Bounds: - [1 -]
|
||||||
Null_Allowed: yes yes
|
Null_Allowed: yes no
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue