Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
david-zwicker committed Aug 15, 2024
1 parent 5254f7e commit ff56464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion droplets/image_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ def refine_droplet(
least_squares_params.setdefault(key, tolerance)

if not isinstance(droplet, DiffuseDroplet):
droplet_obj = DiffuseDroplet.from_droplet(droplet)
droplet = DiffuseDroplet.from_droplet(droplet)
if droplet.interface_width is None:
droplet.interface_width = phase_field.grid.typical_discretization

Expand Down

0 comments on commit ff56464

Please sign in to comment.