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

Revisions №59830

branch: master 「№59830」
Commited by: Rebecca Alford
GitHub commit link: 「309e59895f82dbd1」 「№2680」
Difference from previous tested commit:  code diff
Commit date: 2017-10-31 09:24:00

Merge pull request #2680 from RosettaCommons/rfalford12/membrane-info-safeguard Extra safeguard for accessing MembraneInfo ------------- Adding two extra checks in src/core/conformation/Conformation.hh when accessing the MembraneInfo object. If membrane_info_ == nullptr, the program will exit with a message instead of returning a null pointer. The previous behavior led to lots of segfaults instead of informative error messages when a user forgot to initialize AddMembraneMover (including myself). This shouldn't change any unit or integration tests. If it does, then I've only identified bugs in those unit tests.

...