Changed Float32 and Float64 to Float32A and Float64A in the NTNDArray TypeDef
This commit is contained in:
committed by
mdavidsaver
parent
f2e49a8844
commit
542e0fe9f0
+2
-2
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user