Skip to content

Commit

Permalink
And the other
Browse files Browse the repository at this point in the history
  • Loading branch information
CurtisColwell committed Mar 25, 2019
1 parent a59146b commit 249bc60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bond_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,6 @@ def combine_dummies(forces, geometry, force_type):
#Write the forces to a .tcl script
new_forces_vmd, scale_min, scale_max = vmd_norm(new_forces)
if force_type == "bond":
vmd_writer("vmd_" + force_type + "_script_total.tcl", new_forces_vmd, geometry, scale_min, scale_max, "vmd_bond_header.tcl")
vmd_writer("vmd_" + force_type + "_script_total.tcl", new_forces_vmd, geometry, scale_min, scale_max, "headers/vmd_bond_header.tcl")
else:
vmd_writer("vmd_" + force_type + "_script_total.tcl", new_forces_vmd, geometry, scale_min, scale_max, "vmd_angle_and_dihedral_header.tcl")
vmd_writer("vmd_" + force_type + "_script_total.tcl", new_forces_vmd, geometry, scale_min, scale_max, "headers/vmd_angle_and_dihedral_header.tcl")

0 comments on commit 249bc60

Please sign in to comment.