Skip to content

Commit bdaa371

Browse files
authored
Merge pull request #653 from mosdef-hub/mikemhenry-patch-2
Update gsdwriter.py
2 parents a2d7652 + 1b3504a commit bdaa371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbuild/formats/gsdwriter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
def write_gsd(structure, filename, ref_distance=1.0, ref_mass=1.0,
1313
ref_energy=1.0, rigid_bodies=None, shift_coords=True,
14-
write_special_pairs=True):
14+
write_special_pairs=True, **kwargs):
1515
"""Output a GSD file (HOOMD v2 default data format).
1616
1717
Parameters

0 commit comments

Comments
 (0)