Skip to content

Commit

Permalink
Fix dimensions in a number of units
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Sep 21, 2021
1 parent c33b475 commit 48818bd
Showing 1 changed file with 14 additions and 29 deletions.
43 changes: 14 additions & 29 deletions quantulum3/units.json
Expand Up @@ -986,12 +986,7 @@
],
"entity": "volume",
"URI": "Centilitre",
"dimensions": [
{
"base": "centimetre",
"power": 3
}
],
"dimensions": [],
"symbols": [
"cl",
"cL"
Expand All @@ -1004,12 +999,7 @@
],
"entity": "volume",
"URI": "Hectolitre",
"dimensions": [
{
"base": "decimetre",
"power": 3
}
],
"dimensions": [],
"symbols": [
"hl",
"hL"
Expand All @@ -1022,12 +1012,7 @@
],
"entity": "volume",
"URI": "Decilitre",
"dimensions": [
{
"base": "centimetre",
"power": 3
}
],
"dimensions": [],
"symbols": [
"dl",
"dL"
Expand Down Expand Up @@ -1237,7 +1222,16 @@
],
"entity": "volume",
"URI": "Acre-foot",
"dimensions": [],
"dimensions": [
{
"base": "acre",
"power": 1
},
{
"base": "foot",
"power": 1
}
],
"symbols": [
"ac*ft"
]
Expand Down Expand Up @@ -3996,16 +3990,7 @@
],
"entity": "data transfer rate",
"URI": "Baud",
"dimensions": [
{
"base": "bit",
"power": 1
},
{
"base": "second",
"power": -1
}
],
"dimensions": [],
"symbols": [
"Bd"
]
Expand Down

0 comments on commit 48818bd

Please sign in to comment.