Skip to content

Commit

Permalink
fix to final elif statment to run during step 13.
Browse files Browse the repository at this point in the history
  • Loading branch information
adewyer authored Jun 17, 2020
1 parent 362a2d5 commit a628029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kinbot/reac_Cyclic_Ether_Formation.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_constraints(self,step, geom):
if len(self.instance) > 3:
self.fix_dihedrals(fix)
self.set_angles(change)
elif step == self.dihstep:
elif step == self.dihstep + 1:
self.release_angles(release)
self.release_dihedrals(release)

Expand Down

0 comments on commit a628029

Please sign in to comment.