Skip to content

Commit

Permalink
1 more Quantity change
Browse files Browse the repository at this point in the history
  • Loading branch information
rkingsbury committed Aug 16, 2023
1 parent 364ec8c commit 346ac9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyEQL/engines.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ def get_solute_volume(self, solution):
if rform == salt.anion:
anion = i

solute_vol = 0 * unit.Quantity("L")
solute_vol = unit.Quantity("0 L")

# use the pitzer approach if parameters are available

Expand Down

0 comments on commit 346ac9e

Please sign in to comment.