Skip to content

Commit

Permalink
fix: display correct value of Dhor
Browse files Browse the repository at this point in the history
  • Loading branch information
pb-uk committed Aug 16, 2022
1 parent 3dc392c commit 7ba81bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Calculation.js
Expand Up @@ -44,7 +44,7 @@ const convertLegacyOutputs = (data, model) =>
Y: entry.r,
Dnow: entry.dNow,
Dthen: entry.d,
Dhor: entry.r,
Dhor: entry.dHor,
XDpar: entry.vGen,
Dpar: entry.dPar,
H_t: entry.h * model.props.kmsmpscToGyr,
Expand Down

0 comments on commit 7ba81bb

Please sign in to comment.