diff options
-rw-r--r-- | gr-blocks/grc/blocks_transcendental.block.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/grc/blocks_transcendental.block.yml b/gr-blocks/grc/blocks_transcendental.block.yml index d21f052613..f1b1851ee6 100644 --- a/gr-blocks/grc/blocks_transcendental.block.yml +++ b/gr-blocks/grc/blocks_transcendental.block.yml @@ -6,7 +6,7 @@ parameters: - id: type label: Type dtype: enum - options: [complex_double, float] + options: [complex_float, float] option_labels: [Complex, Float] option_attributes: type: [complex, float] |