diff options
author | Adrien Hopkins <masterofnumbers17@gmail.com> | 2019-10-17 14:25:17 -0400 |
---|---|---|
committer | Adrien Hopkins <masterofnumbers17@gmail.com> | 2019-10-17 14:25:17 -0400 |
commit | 54ab9c05234b09547e2a01b1eab812420c6a3dda (patch) | |
tree | c9f699fada5b692725f3c4b884db23f24b1d8c4f /unitsfile.txt | |
parent | f309ef0b9ed24629146d1d92a5c869946a6d65a2 (diff) |
Implemented the new Units system
Fahrenheit has temporarily been removed; it will be back.
Diffstat (limited to 'unitsfile.txt')
-rw-r--r-- | unitsfile.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unitsfile.txt b/unitsfile.txt index bda9b81..73a29d1 100644 --- a/unitsfile.txt +++ b/unitsfile.txt @@ -146,9 +146,9 @@ deg degree # Use tempC(100) for 100 degrees Celsius tempCelsius ! -tempFahrenheit ! +#tempFahrenheit ! tempC tempCelsius -tempF tempFahrenheit +#tempF tempFahrenheit # Common time units minute 60 second |