Skip to content

Commit

Permalink
export_topology default is false
Browse files Browse the repository at this point in the history
  • Loading branch information
sperka committed Jul 22, 2015
1 parent d5d30cd commit 521457d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbuild/compound.py
Expand Up @@ -240,7 +240,7 @@ def view_hierarchy(self, show_ports=False):
the_file.write(html)
webbrowser.open('file:' + html_file[1])

def visualize(self, show_ports=False, export_topology=True):
def visualize(self, show_ports=False, export_topology=False):
"""Visualize the Compound using VMD.
Assumes you have VMD installed and can call it from the command line via
Expand Down

0 comments on commit 521457d

Please sign in to comment.