svn+ssh://bugman@.../svn/relax/1.3
........
r15232 | bugman | 2012-01-24 18:42:44 +0100 (Tue, 24 Jan 2012) | 6 lines
Reordered the checks in Selection.__contains_mol_res_spin_containers().
This cuts the number of function calls down by avoiding relax_re.search() calls if residue or spin
numbers match.
........
r15236 | bugman | 2012-01-24 19:25:14 +0100 (Tue, 24 Jan 2012) | 5 lines
More speed ups for the Selection.__contains_mol_res_spin_containers() method.
Certain unnecessary tests are now skipped.
........