Skip to content

Commit

Permalink
Merge pull request #212 from ADAPT/develop
Browse files Browse the repository at this point in the history
Added kg/h unit of measure to ISO units file -> Master
  • Loading branch information
Stuart Rhea authored Aug 15, 2023
2 parents 34b712b + b3f5718 commit 8e67d99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ISOv4Plugin/Resources/IsoUnitOfMeasure.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8" ?>
<ddiToUnitOfMeasureMapping>
<mappings>
<mapping unit="kg" domainId="kg" />
Expand Down Expand Up @@ -47,5 +47,6 @@
<mapping unit="kg/m3" domainId="kg1[m3]-1" />
<mapping unit="r/min" domainId="RPM" />
<mapping unit="N" domainId="N" />
<mapping unit="kg/h" domainId="kg1hr-1" />
</mappings>
</ddiToUnitOfMeasureMapping>
</ddiToUnitOfMeasureMapping>

0 comments on commit 8e67d99

Please sign in to comment.