Skip to content

Commit

Permalink
Add redshift alias
Browse files Browse the repository at this point in the history
Fix #85
  • Loading branch information
gentooboontoo committed Aug 23, 2017
1 parent a8cbe90 commit 68a53b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quantities/definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export var UNITS = {
"<fathom>" : [["fathom","fathoms"], 1.829, "length", ["<meter>"]],
"<pica>" : [["pica","picas"], 0.00423333333, "length", ["<meter>"]],
"<point>" : [["pt","point","points"], 0.000352777778, "length", ["<meter>"]],
"<redshift>" : [["z","red-shift"], 1.302773e26, "length", ["<meter>"]],
"<redshift>" : [["z","red-shift", "redshift"], 1.302773e26, "length", ["<meter>"]],
"<AU>" : [["AU","astronomical-unit"], 149597900000, "length", ["<meter>"]],
"<light-second>":[["ls","light-second"], 299792500, "length", ["<meter>"]],
"<light-minute>":[["lmin","light-minute"], 17987550000, "length", ["<meter>"]],
Expand Down

0 comments on commit 68a53b7

Please sign in to comment.