Skip to content

Commit d488286

Browse files
committed
modified plotload call
1 parent caa51ef commit d488286

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plot-undulations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ def load():
1414
"""Load the data."""
1515
# condition for loading the data
1616
# note that autoplot exposes everything in load to globals automatically
17-
data,calc = plotload('undulations',work)
18-
try: data_prot,_ = plotload('protein_abstractor',work)
17+
data,calc = plotload('undulations')
18+
try: data_prot,_ = plotload('protein_abstractor')
1919
# not all bilayers have proteins
2020
except: data_prot = {}
2121

0 commit comments

Comments
 (0)