Menu

#10 [BUG] No writing of fixed-shape multidimensional arrays

open
nobody
None
5
2013-01-24
2010-04-29
Anonymous
No

It seems that writing of multidimensional fixed-shape arrays such as

<variable name="test" type="integer" shape="2, 3" />

does not work; worse, the code generated by xmlreader does not even compile ("shape mismatch" type error).
While READING such arrays from XML is shown in the menu example, writing simple fails.

Discussion