Skip to content

Commit 7c95017

Browse files
committed
Fixing dimensionality
1 parent 735b99c commit 7c95017

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

contributed_definitions/NXmicrostructure_score_config.nxdl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ exists: optional-->
103103
<group name="profiling" type="NXcs_profiling" optional="true"/>
104104
<group name="userID" type="NXuser" nameType="partial" minOccurs="0" maxOccurs="unbounded"/>
105105
<group name="sample" type="NXsample" recommended="true">
106-
<field name="dimensionality" type="NX_POSINT" units="NX_UNITLESS">
106+
<field name="dimensionality" type="NX_CHAR">
107107
<doc>
108108
Dimensionality of the simulation.
109109
</doc>

contributed_definitions/nyaml/NXmicrostructure_score_config.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ NXmicrostructure_score_config(NXobject):
5151
exists: ['min', '0', 'max', 'unbounded']
5252
sample(NXsample):
5353
exists: recommended
54-
dimensionality(NX_POSINT):
55-
unit: NX_UNITLESS
54+
dimensionality(NX_CHAR):
5655
doc: |
5756
Dimensionality of the simulation.
5857
enumeration: [1, 2, 3]
@@ -545,7 +544,7 @@ NXmicrostructure_score_config(NXobject):
545544
during post-processing the results with the solitary unit modeling approach.
546545
547546
# ++++++++++++++++++++++++++++++++++ SHA HASH ++++++++++++++++++++++++++++++++++
548-
# 234bce2a534e65d47c0a80959387906a179faf8324188eca2713f5db542d1926
547+
# 5eb6079881edcb54f87c262664ddc3fb3399da67ca9e779abf4ead08eec5ca85
549548
# <?xml version="1.0" encoding="UTF-8"?>
550549
# <?xml-stylesheet type="text/xsl" href="nxdlformat.xsl"?>
551550
# <!--
@@ -651,7 +650,7 @@ NXmicrostructure_score_config(NXobject):
651650
# <group name="profiling" type="NXcs_profiling" optional="true"/>
652651
# <group name="userID" type="NXuser" nameType="partial" minOccurs="0" maxOccurs="unbounded"/>
653652
# <group name="sample" type="NXsample" recommended="true">
654-
# <field name="dimensionality" type="NX_POSINT" units="NX_UNITLESS">
653+
# <field name="dimensionality" type="NX_CHAR">
655654
# <doc>
656655
# Dimensionality of the simulation.
657656
# </doc>

0 commit comments

Comments
 (0)