Skip to content

Commit 8261565

Browse files
mbr0wnmarcusmueller
authored andcommitted
blocks: transcendental: Default to complex_float in GRC bindings
The default is complex_double, or float. The former is rarely used in GNU Radio, hence, it is not a good default.
1 parent 9e24c1e commit 8261565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gr-blocks/grc/blocks_transcendental.block.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ parameters:
66
- id: type
77
label: Type
88
dtype: enum
9-
options: [complex_double, float]
9+
options: [complex_float, float]
1010
option_labels: [Complex, Float]
1111
option_attributes:
1212
type: [complex, float]

0 commit comments

Comments
 (0)