Merge pull request #752 from RosettaCommons/vmullig/new_d_problem
Trying to fix a bug in the Disulfidize mover resulting in infinite recursion when no solutions are found
This seems to actually be a ParsedProtocol bug: the last_mover_ is being set, but not being reset from job to job. This results in the Disulfidize mover (derived from the MultiplePoseMover class) seeking solutions from itself in a nasty recursive way if nstruct > 1...