svn+ssh://bugman@.../svn/relax/1.3
........
r15220 | bugman | 2012-01-24 10:18:12 +0100 (Tue, 24 Jan 2012) | 6 lines
Added a print out for the diffusion_tensor.init uf to inform the user of an angle unit change.
This is in response to bug #19323 (https://gna.org/bugs/?19323), to make it clearer that a parameter
conversion has occurred.
........
r15223 | bugman | 2012-01-24 14:58:21 +0100 (Tue, 24 Jan 2012) | 7 lines
Significant speed ups of the return_spin() and return_residue() functions.
This change to the generic_fns.mol_res_spin functions cuts the system tests from ~8 min to ~7 min on
my laptop. The support for multiple spin selections has been dropped as this additional flexibility
is not being used anyway.
........
r15224 | bugman | 2012-01-24 15:00:01 +0100 (Tue, 24 Jan 2012) | 6 lines
Fixes for the rdc.read and pcs.read user function backends.
The spin_id string is now not used in the back end - it was being sent to the return_spin() function
- removing flexibility but significantly speeding up the user functions.
........