Merge pull request #2882 from RosettaCommons/aleaverfay/fix_BuriedUnsatFilter2_copy_ctor
Aleaverfay/fix buried unsat filter2 copy ctor
The homodimer_fnd_ref2015_memb and ppi_v3_suiteA integration tests have been failing in master for quite a while now, and it's only due to this copy constructor being incorrectly written. This integration test was broken with PR #2411 and remained broken quite long after that PR was merged to master. Trapping the bug in GDB very quickly illuminated the problem -- this should have been done much sooner.
Also altering the command file in the homodimer_fnd_ref2015_memb integration test so that the Tracers don't pollute the terminal when you're running it locally.