Skip to content

Commit

Permalink
Merge pull request #576 from bobmyhill/fix_output_text
Browse files Browse the repository at this point in the history
corrected output text for anisotropic eos consistency
  • Loading branch information
bobmyhill authored Mar 24, 2024
2 parents b6b3ce1 + 7d5f06e commit d52fa70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions burnman/tools/eos.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,8 @@ def equilibration_function(mineral):
[
"V = det(M)",
"alpha_v = tr(alpha)",
"beta_T = sum(S_T I)",
"beta_S = sum(S_S I)",
"beta_RT = sum(I S_T I)",
"beta_RS = sum(I S_S I)",
]
)
eq.extend(
Expand Down

0 comments on commit d52fa70

Please sign in to comment.