svn+ssh://bugman@.../svn/relax/1.3
........
r4858 | semor | 2008-01-18 22:41:55 +0100 (Fri, 18 Jan 2008) | 3 lines
Uniformized the format of constants.
........
r4859 | bugman | 2008-01-21 11:15:41 +0100 (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 11:19:40 +0100 (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 .
........