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
parent b35810c5a5
commit 9c60497f2e
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