「view this page in B3 βῆτα server」

Revisions №57672

branch: master 「№57672」
Commited by: Vikram K. Mulligan
GitHub commit link: 「afbe193531b71e6b」 「№364」
Difference from previous tested commit:  code diff
Commit date: 2015-03-06 19:56:44

Merge pull request #364 from RosettaCommons/vmullig/valgrind_issue Vmullig/valgrind issue I think I've fixed the major issue causing many of my unit and integration tests to fail the Valgrind tests on the test server. It was an issue with order of initialization of variables in the Conformation assignment operator and copy constructor (I think). In the middle of the copy constructor, I was calling a function to which I was passing the new, partially-initialized Conformation object, which was problematic. This has been cleaned up. Testing now. (This does fix all of the unit and integration tests of mine that were being flagged by Valgrind. No unit or integration test changes.)

...