Merge pull request #1449 from RosettaCommons/vmullig/small_genkic_tweak
Adding option to the GeneralizedKIC mover ("dont_fail_if_no_solution_found=true") to NOT set mover status to failure if no solution is found. (The default is false, which means that the mover WILL exit with failure status if no solution is found, aborting a trajectory. There are some cases in which one might not want this, though.)
Tasks:
- Add option, setter function, and parsing in parse_my_tag().
- Have it control mover status.
- Update documentation.
- Beauty.