From 542e0fe9f04bc5227449ea88a942527e23d3228f Mon Sep 17 00:00:00 2001 From: Joao Paulo Martins Date: Fri, 28 Mar 2025 15:55:41 +0100 Subject: [PATCH] Changed Float32 and Float64 to Float32A and Float64A in the NTNDArray TypeDef --- src/nt.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nt.cpp b/src/nt.cpp index 6811c77..607555d 100644 --- a/src/nt.cpp +++ b/src/nt.cpp @@ -215,8 +215,8 @@ TypeDef NTNDArray::build() const UInt16A("ushortValue"), UInt32A("uintValue"), UInt64A("ulongValue"), - Float32("floatValue"), - Float64("doubleValue"), + Float32A("floatValue"), + Float64A("doubleValue"), }), Struct("codec", "codec_t", { String("name"),