Skip to content

Commit

Permalink
add units needed by Gas Properties
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Apr 29, 2019
1 parent 592e555 commit 2216990
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions js/units.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,13 @@ define( function( require ) {
'\u00B0C', // degrees Celsius
'K', // Kelvin
'kPa', // kilopascals
'm', // meters
'm/s',
'nm', // nanometers
'nm/ps',
'particles/ps',
'ps', // picoseconds
's', // seconds

// NOTE: In time, these will be replaced with abbreviations, see above.
'amperes',
Expand Down

0 comments on commit 2216990

Please sign in to comment.