Skip to content

Commit ed064a1

Browse files
authored
Merge pull request #941 from soph-dec/nxdata-axisname-indices-fix-type
NXdata: Fix type of AXISNAME_indices
2 parents e045360 + 05c7f94 commit ed064a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base_classes/NXdata.nxdl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
the axes attribute can be omitted.
113113
</doc>
114114
</attribute>
115-
<attribute name="AXISNAME_indices">
115+
<attribute name="AXISNAME_indices" type="NX_INT">
116116
<!--
117117
nxdl.xsd rules do not allow us to show this as a variable name
118118
- we'll use ALL CAPS (see #562)

0 commit comments

Comments
 (0)