Skip to content

Commit 28a7623

Browse files
committed
Also for damask definitions are working
1 parent 756ae55 commit 28a7623

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

contributed_definitions/NXmicrostructure_score_results.nxdl.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ inspect comments behind NXmicrostructure-->
9191
<item value="NXmicrostructure_score_results"/>
9292
</enumeration>
9393
</field>
94-
<field name="identifier_simulation" type="NX_UINT">
94+
<field name="identifier_simulation" type="NX_UINT" recommended="true">
9595
<doc>
9696
Simulation ID as an alias to refer to this simulation.
9797
</doc>
@@ -105,6 +105,7 @@ inspect comments behind NXmicrostructure-->
105105
<field name="algorithm" type="NX_CHAR"/>
106106
<field name="checksum" type="NX_CHAR"/>
107107
</group>
108+
<!--numerics(NXparameters):-->
108109
<field name="description" type="NX_CHAR" optional="true">
109110
<doc>
110111
Discouraged free-text field to add further details to the computation.

contributed_definitions/nyaml/NXmicrostructure_score_results.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ NXmicrostructure_score_results(NXobject):
4141
definition(NX_CHAR):
4242
enumeration: [NXmicrostructure_score_results]
4343
identifier_simulation(NX_UINT):
44+
exists: recommended
4445
doc: |
4546
Simulation ID as an alias to refer to this simulation.
4647
config(NXnote):
@@ -50,6 +51,8 @@ NXmicrostructure_score_results(NXobject):
5051
file_name(NX_CHAR):
5152
algorithm(NX_CHAR):
5253
checksum(NX_CHAR):
54+
55+
# numerics(NXparameters):
5356
description(NX_CHAR):
5457
exists: optional
5558
doc: |
@@ -452,7 +455,7 @@ NXmicrostructure_score_results(NXobject):
452455
rank: 1
453456

454457
# ++++++++++++++++++++++++++++++++++ SHA HASH ++++++++++++++++++++++++++++++++++
455-
# 253a0f626509d61f8499977027cb34d2e9bdbe18b15e71b24d25dcca60c7024a
458+
# ab78c3fa746db4836c7be5fea696c9e16395eb7a3cb6acfd5f1c07445dadeadf
456459
# <?xml version="1.0" encoding="UTF-8"?>
457460
# <?xml-stylesheet type="text/xsl" href="nxdlformat.xsl"?>
458461
# <!--
@@ -546,7 +549,7 @@ NXmicrostructure_score_results(NXobject):
546549
# <item value="NXmicrostructure_score_results"/>
547550
# </enumeration>
548551
# </field>
549-
# <field name="identifier_simulation" type="NX_UINT">
552+
# <field name="identifier_simulation" type="NX_UINT" recommended="true">
550553
# <doc>
551554
# Simulation ID as an alias to refer to this simulation.
552555
# </doc>
@@ -560,6 +563,7 @@ NXmicrostructure_score_results(NXobject):
560563
# <field name="algorithm" type="NX_CHAR"/>
561564
# <field name="checksum" type="NX_CHAR"/>
562565
# </group>
566+
# <!--numerics(NXparameters):-->
563567
# <field name="description" type="NX_CHAR" optional="true">
564568
# <doc>
565569
# Discouraged free-text field to add further details to the computation.

0 commit comments

Comments
 (0)