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 6, 2020
1 parent df70b65 commit b4e6ad2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
systems.uom.ucum.UCUM.METER=M
systems.uom.ucum.UCUM.SECOND=S
systems.uom.ucum.UCUM.GRAM=G
#systems.uom.ucum.UCUM.AMPERE_TURN=AT
systems.uom.ucum.UCUM.RADIAN=RAD
systems.uom.ucum.UCUM.KELVIN=K
systems.uom.ucum.UCUM.COULOMB=C
Expand Down Expand Up @@ -274,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.SMOOT=[SMOOT]
systems.uom.ucum.UCUM.SVEDBERG=[S]

# Common Units (defined by implementation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions
# and the following disclaimer in the documentation and/or other materials provided with the distribution.
#
# 3. Neither the name of JSR-363 nor the names of its contributors may be used to endorse or promote products
# derived from this software without specific prior written permission.
# 3. Neither the name of JSR-385, Units of Measurement nor the names of their contributors may be used to endorse
# or promote products derived from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
Expand All @@ -34,7 +34,6 @@ systems.uom.ucum.UCUM.METER=m
systems.uom.ucum.UCUM.SECOND=s
systems.uom.ucum.UCUM.GRAM=g
systems.uom.ucum.UCUM.RADIAN=rad
#systems.uom.ucum.UCUM.AMPERE_TURN=At
systems.uom.ucum.UCUM.KELVIN=K
systems.uom.ucum.UCUM.COULOMB=C
systems.uom.ucum.UCUM.CANDELA=cd
Expand Down Expand Up @@ -275,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.SMOOT=[smoot]
systems.uom.ucum.UCUM.SVEDBERG=[S]

# Common Units (defined by implementation)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Units of Measurement Systems for Java
# Copyright (c) 2005-2019, Jean-Marie Dautelle, Werner Keil and others.
# Copyright (c) 2005-2020, Jean-Marie Dautelle, Werner Keil and others.
#
# All rights reserved.
#
Expand All @@ -13,8 +13,8 @@
# 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions
# and the following disclaimer in the documentation and/or other materials provided with the distribution.
#
# 3. Neither the name of JSR-363 nor the names of its contributors may be used to endorse or promote products
# derived from this software without specific prior written permission.
# 3. Neither the name of JSR-385, Units of Measurement, nor the names of their contributors may be used to endorse
# or promote products derived from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
Expand All @@ -30,7 +30,6 @@
# UCUM Units

systems.uom.ucum.UCUM.METER=m
#systems.uom.ucum.UCUM.AMPERE_TURN=At
systems.uom.ucum.UCUM.SECOND=s
systems.uom.ucum.UCUM.GRAM=g
systems.uom.ucum.UCUM.RADIAN=rad
Expand Down Expand Up @@ -274,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.SMOOT=Smoot
systems.uom.ucum.UCUM.SVEDBERG=S

# Common Units (defined by implementation)
Expand Down

0 comments on commit b4e6ad2

Please sign in to comment.