Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Sep 13, 2024
1 parent 95ab814 commit 4edad91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbuild/formats/hoomd_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def to_hoomdsnapshot(
forcefield information (e.g. atom types, angle types, etc.).
"""
if isinstance(compound, mb.Compound):
gmso_top = form_mbuild(compound=compound)
gmso_top = from_mbuild(compound=compound)
elif isinstance(compound, pmd.Structure):
gmso_top = from_parmed(structure=compound)

Expand Down

0 comments on commit 4edad91

Please sign in to comment.