Skip to content

Commit

Permalink
Code review (shoulda been in the last commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
phyy-nx committed Aug 20, 2024
1 parent 9d4c4d2 commit 48ed5ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/NXmx.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
</dimensions>
</field>

<field name="data_scaling_factor" type="NX_FLOAT" optional="true">
<field name="data_scaling_factor" type="NX_NUMBER" optional="true">
<doc>
An optional scaling factor to apply to the values in ``data``.

Expand Down Expand Up @@ -173,7 +173,7 @@
(np, 1), (np, i, j) or (np, i, j, k)).
</doc>
</field>
<field name="data_offset" type="NX_FLOAT" optional="true">
<field name="data_offset" type="NX_NUMBER" optional="true">
<doc>
An optional offset to apply to the values in data.

Expand Down

0 comments on commit 48ed5ef

Please sign in to comment.