Merge pull request #3670 from RosettaCommons/JackMaguire/Inlining
My benchmarks show that inlining ResidueType::atom, Residue::atom_type_index, Residue::atomic_charge, and Residue::xyz give an average speedup of 10% (using FastDesign with linmem_ig). These simple functions are called in the innermost loops of Rosetta but have previously been defined in their respective .cc files.