Skip to content

Commit

Permalink
fix DTherm calculation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rmroot committed Jun 26, 2024
1 parent 4264e0e commit c1f6d91
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app/calculations/conversions/definitions/energy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,14 @@ export const energy = {
}
, to_anchor: 1000000
}
, DTherms: {
name: {
singular: 'Dekatherm'
, plural: 'Dekatherms',
display: '(DTherm)'
}
, to_anchor: 1000000
}
, galF: {
name: {
singular: 'Gallon-Fahrenheit'
Expand Down

0 comments on commit c1f6d91

Please sign in to comment.