Skip to content

Commit

Permalink
59: Add missing UCUM units
Browse files Browse the repository at this point in the history
Task-Url: #59
  • Loading branch information
keilw committed Sep 8, 2020
1 parent 3be1176 commit 2624344
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>tech.uom</groupId>
<artifactId>uom-parent</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<packaging>pom</packaging>
<name>Units of Measurement Systems Parent</name>
Expand All @@ -17,6 +17,7 @@
<url>http://uom.technology</url>
</organization>
<description>Parent POM for Unit Systems</description>
<version>2.1-SNAPSHOT</version>
<licenses>
<license>
<name>BSD</name>
Expand Down Expand Up @@ -374,7 +375,5 @@
</pluginRepository>
</pluginRepositories>
</profile>

</profiles>
<version>2.1-SNAPSHOT</version>
</profiles>
</project>
1 change: 1 addition & 0 deletions ucum/src/main/java/systems/uom/ucum/UCUM.java
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,7 @@ public static UCUM getInstance() {
WATT.transform(new LogConverter(10)).asType(Level.class));

@SuppressWarnings("unchecked")
/** power level */
public static final Unit<Level<ElectricPotential>> BEL_KILOWATT = addUnit(
KILO(WATT).transform(new LogConverter(10)).asType(Level.class));

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ systems.uom.ucum.UCUM.INTERNATIONAL_UNIT=[IU]
systems.uom.ucum.UCUM.INTERNATIONAL_UNIT_ALT=[IU]
systems.uom.ucum.UCUM.NEPER=NEP
systems.uom.ucum.UCUM.BEL=B
systems.uom.ucum.UCUM.BEL_KILOWATT=B[KW]
systems.uom.ucum.UCUM.SMOOT=[SMOOT]
systems.uom.ucum.UCUM.SVEDBERG=[S]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ systems.uom.ucum.UCUM.INTERNATIONAL_UNIT=[iU]
systems.uom.ucum.UCUM.INTERNATIONAL_UNIT_ALT=[IU]
systems.uom.ucum.UCUM.NEPER=Np
systems.uom.ucum.UCUM.BEL=B
systems.uom.ucum.UCUM.BEL_KILOWATT=B[kW]
systems.uom.ucum.UCUM.SMOOT=[smoot]
systems.uom.ucum.UCUM.SVEDBERG=[S]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ systems.uom.ucum.UCUM.INTERNATIONAL_UNIT=IU
systems.uom.ucum.UCUM.INTERNATIONAL_UNIT_ALT=i.U.
systems.uom.ucum.UCUM.NEPER=Np
systems.uom.ucum.UCUM.BEL=B
systems.uom.ucum.UCUM.BEL_KILOWATT=B(kW)
systems.uom.ucum.UCUM.SMOOT=Smoot
systems.uom.ucum.UCUM.SVEDBERG=S

Expand Down

0 comments on commit 2624344

Please sign in to comment.