[BUG] No writing of fixed-shape multidimensional arrays
Status: Alpha
Brought to you by:
arjenmarkus
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.