svn+ssh://semor@.../svn/relax/1.3
........
r4854 | bugman | 2008-01-18 09:42:02 -0500 (Fri, 18 Jan 2008) | 3 lines
Big refactorisation of the partition_params() and set() functions.
........
r4855 | bugman | 2008-01-18 09:58:10 -0500 (Fri, 18 Jan 2008) | 3 lines
Changed the way the model parameters are set in the set() function.
........
r4856 | bugman | 2008-01-18 10:01:28 -0500 (Fri, 18 Jan 2008) | 6 lines
Reverted r4850 as generic_fns.value.partition_params() has returned to its previous behaviour.
The command used was:
svn merge -r4850:4849 .
........
r4858 | semor | 2008-01-18 16:41:55 -0500 (Fri, 18 Jan 2008) | 3 lines
Uniformized the format of constants.
........
r4859 | bugman | 2008-01-21 05:15:41 -0500 (Mon, 21 Jan 2008) | 5 lines
When None, the param variable is converted to a list of None with the length equal to that of val.
This affects the generic_fns.value.set() function when no parameters are supplied.
........
r4860 | bugman | 2008-01-21 05:19:40 -0500 (Mon, 21 Jan 2008) | 6 lines
Reverted the last change as param needs to be passed to set_non_spin_params() as None.
The command used was:
svn merge -r4859:4858 .
........
r4886 | bugman | 2008-01-25 08:13:57 -0500 (Fri, 25 Jan 2008) | 9 lines
Bug fix for the generic_fns.value.set() function.
The differentiation between a spin specific parameter and a global parameter was not working for
specific analyses with no spin specific parameters. The return_data_name() function was being used
to differentiate, which makes no sense. So instead the is_spin_param() function has been introduced
to allow the specific code to answer the question explicitly. Note that this will temporarily break
many things.
........
r4887 | bugman | 2008-01-25 09:31:19 -0500 (Fri, 25 Jan 2008) | 5 lines
Implemented the is_spin_param() base class method.
This function always returns true.
........
r4888 | bugman | 2008-01-25 09:56:06 -0500 (Fri, 25 Jan 2008) | 3 lines
Implemented the model-free specific is_spin_param() method.
........