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

Revisions №281

branch: release 「№281」
Commited by: Rocco Moretti
GitHub commit link: 「b66bab60517eb4a4」 「№4255」
Difference from previous tested commit:  code diff
Commit date: 2021-04-27 19:35:05

Merge pull request #4255 from RosettaCommons/roccomoretti/orbital_include Reduce transitive inclusions of orbital headers. Certain Orbital-related headers were contributing more than they likely should to the amount of included header lines. We can adjust the Residue and ResidueTypeBase classes such that these headers are only in the cc files, and aren't included for everything that needs Residue.hh or ResidueType.hh. To aid in this conversion (and to keep the deep copy semantics of the vector-of-Orbital objects), I've added a deep_copy_vector1 class, which subclasses vector1, but provides deep copy semantics for vectors-of-OPs.

...