Skip to content

Commit

Permalink
Set default LP factor to 1
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Avery <[email protected]>
  • Loading branch information
psavery committed Dec 19, 2023
1 parent bdd749a commit 6e2e9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hexrd/material/material.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def __init__(

self.pressure = 0
self.temperature = 298
self.pt_lp_factor = 0
self.pt_lp_factor = 1
self.k0 = 100.0
self.k0p = 0.0
self.dk0dt = 0.0
Expand Down

0 comments on commit 6e2e9bd

Please sign in to comment.