RosettaCommons / rosetta

The Rosetta Bio-macromolecule modeling package.
https://www.rosettacommons.org
Other
154 stars 63 forks source link

Fix uninitialized variable in InterfaceScoreCalculator #40

Closed roccomoretti closed 7 months ago

roccomoretti commented 7 months ago

The native_ensemblebest variable was uninitialized, which could potentially cause issues. Make sure we initialize it.

roccomoretti commented 7 months ago

Yes. There's a line which set it in parse_my_tag(), but nothing which initializes it otherwise.