Skip to content

Commit

Permalink
namd plugin update for some missed file parameters
Browse files Browse the repository at this point in the history
jimboid committed Jun 6, 2016
1 parent 08d326f commit d80ac09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Longbow/plugins/apps/namd.py
Original file line number Diff line number Diff line change
@@ -85,7 +85,7 @@ def file_parser(filename, path, files, substitutions=None):
# Define keywords and create a dictionary for variable substitutions
keywords = ['coordinates', 'extendedsystem', 'structure', 'parameters',
'paraTypeXplor', 'paraTypeCharmm', 'velocities',
'binvelocities', 'bincoordinates']
'binvelocities', 'bincoordinates', 'ambercoor', 'parmfile']
variables = {}

fil = None

0 comments on commit d80ac09

Please sign in to comment.