Skip to content

Commit

Permalink
fix V
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoMVale committed Oct 14, 2023
1 parent a5eb914 commit 86934fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/physprops/Tait.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ m = Tait(
name="PMMA"
)

print(m(159., 2000, Tunit='C', Punit='bar'))
print(m.V(159., 2000, Tunit='C', Punit='bar'))
print(m.alpha(432.15, 2e8))
print(m.beta(432.15, 2e8))
```

0 comments on commit 86934fa

Please sign in to comment.