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

Revisions №59310

branch: master 「№59310」
Commited by: Rocco Moretti
GitHub commit link: 「e99fb9990e21b067」 「№2029」
Difference from previous tested commit:  code diff
Commit date: 2017-03-01 13:06:11

Merge pull request #2029 from RosettaCommons/roccomoretti/ubsan_fixes Fix a few issues which were causing issues in the integration.ubsan tests: * There's a bug in boost::format that invokes undefined behavior: https://svn.boost.org/trac/boost/ticket/11632 * There was some uninitialized variables in GlycanRelaxMover * For the thermal_sampler integration test, the params_ variable of RECCES_Mover isn't getting set. I don't know enough about this to say where it should be getting set - instead I just added checks such that similar oversights will be much more visible. The thermal_sampler integration test is now on perma-failure until the issue is addressed.

...