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

Revisions №61552

branch: master 「№61552」
Commited by: Vikram K. Mulligan
GitHub commit link: 「c07233a180569088」 「№5218」
Difference from previous tested commit:  code diff
Commit date: 2021-02-07 20:21:49

Merge pull request #5218 from RosettaCommons/vmullig/fix_glcyo_valgrind_issue Fix an uninitialized variable issue in glycopeptide docking flagged by Valgrind The options system read is done only if the user has specified the option, so a default value is needed for `interface_distance_` in the `GlycopeptideDockingFlags` class; otherwise this is uninitialized if the user doesn't provide a value with a commandline flag. I'm providing a default that matches the default in both the options system and in the `RestrictToInterface` task operation (which this variable is used to configure). Admittedly, better still would be having the default set in only one place.

...