Skip to content

Commit

Permalink
Fix output of changeLJSingleType (ParmEd#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
swails authored Jun 24, 2024
1 parent cc8b774 commit 7f81297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parmed/tools/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@ def __str__(self):
return (
f"Changing {self.mask} Lennard-Jones well depth from {self.orig_depth:.4f} to "
f"{self.depth:.4f} (kal/mol) and radius from {self.orig_radius:.4f} to "
"{self.radius:.4f} (Angstroms)"
f"{self.radius:.4f} (Angstroms)"
)

def execute(self):
Expand Down

0 comments on commit 7f81297

Please sign in to comment.