Skip to content

Commit

Permalink
Fix variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Apr 5, 2024
1 parent fea5640 commit a42748e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmso/external/convert_hoomd.py
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ def _parse_harmonic_angle(
members = sort_by_classes(agtype)
# If wild card in class, sort by types instead
if "*" in members:
members = sort_by_types(atype)
members = sort_by_types(agtype)
container.params["-".join(members)] = {
"k": agtype.parameters["k"],
"t0": agtype.parameters["theta_eq"],
Expand Down

0 comments on commit a42748e

Please sign in to comment.