Make it explicit that null output ports are not allowed. The output port vector bounds are always >= 1.

This commit is contained in:
Brian Taylor 2023-10-23 10:36:27 -07:00 committed by Holger Vogt
parent 5c6b9f03b5
commit 4219efb5d5
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ Default_Type: d d
Allowed_Types: [d] [d]
Vector: no yes
Vector_Bounds: - [1 -]
Null_Allowed: yes yes
Null_Allowed: yes no