Skip to content

Commit d778b46

Browse files
committed
Further tweaks
1 parent 4976d74 commit d778b46

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

contributed_definitions/NXmicrostructure_score_results.nxdl.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ sign_convention(NX_CHAR):-->
186186
</field>
187187
<field name="z_alias">
188188
<enumeration>
189-
<item value="normal direction"/>
189+
<item value="normal_direction"/>
190190
</enumeration>
191191
</field>
192192
<field name="z_direction">
@@ -203,7 +203,7 @@ sign_convention(NX_CHAR):-->
203203
<field name="symmetry" type="NX_CHAR"/>
204204
<field name="cell_dimensions" type="NX_NUMBER"/>
205205
<field name="extent" type="NX_UINT"/>
206-
<field name="index_offset" type="NX_INT"/>
206+
<field name="index_offset_cell" type="NX_INT"/>
207207
</group>
208208
<group name="boundary" type="NXcg_hexahedron">
209209
<doc>

contributed_definitions/nyaml/NXmicrostructure_score_results.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ NXmicrostructure_score_results(NXobject):
104104
y_direction:
105105
enumeration: [in]
106106
z_alias:
107-
enumeration: [normal direction]
107+
enumeration: [normal_direction]
108108
z_direction:
109109
enumeration: [north]
110110
discretization(NXmicrostructure):
@@ -116,7 +116,7 @@ NXmicrostructure_score_results(NXobject):
116116
symmetry(NX_CHAR):
117117
cell_dimensions(NX_NUMBER):
118118
extent(NX_UINT):
119-
index_offset(NX_INT):
119+
index_offset_cell(NX_INT):
120120
boundary(NXcg_hexahedron):
121121
doc: |
122122
A tight bounding box or sphere or bounding primitive about the grid.
@@ -452,7 +452,7 @@ NXmicrostructure_score_results(NXobject):
452452
rank: 1
453453

454454
# ++++++++++++++++++++++++++++++++++ SHA HASH ++++++++++++++++++++++++++++++++++
455-
# 2ca93fa62100e188ba3c37f8abed4d66fa3177c6916d01f670aba93c65219582
455+
# 253a0f626509d61f8499977027cb34d2e9bdbe18b15e71b24d25dcca60c7024a
456456
# <?xml version="1.0" encoding="UTF-8"?>
457457
# <?xml-stylesheet type="text/xsl" href="nxdlformat.xsl"?>
458458
# <!--
@@ -641,7 +641,7 @@ NXmicrostructure_score_results(NXobject):
641641
# </field>
642642
# <field name="z_alias">
643643
# <enumeration>
644-
# <item value="normal direction"/>
644+
# <item value="normal_direction"/>
645645
# </enumeration>
646646
# </field>
647647
# <field name="z_direction">
@@ -658,7 +658,7 @@ NXmicrostructure_score_results(NXobject):
658658
# <field name="symmetry" type="NX_CHAR"/>
659659
# <field name="cell_dimensions" type="NX_NUMBER"/>
660660
# <field name="extent" type="NX_UINT"/>
661-
# <field name="index_offset" type="NX_INT"/>
661+
# <field name="index_offset_cell" type="NX_INT"/>
662662
# </group>
663663
# <group name="boundary" type="NXcg_hexahedron">
664664
# <doc>

0 commit comments

Comments
 (0)