svn+ssh://semor@.../svn/relax/1.3
........
r5236 | bugman | 2008-03-27 06:32:40 -0400 (Thu, 27 Mar 2008) | 9 lines
Fix for bug #11378 (https://gna.org/bugs/?11378).
This bug was reported by Ryan Hoffman (https://gna.org/users/rydog).
The fix for the 1.3 line is very different to that for the 1.2 line. These functions have changed
significantly, and the pdb() user function doesn't exist any more! The concept is similar though.
The xh_vect variable is now set to None rather than being non-existant, and the spin is deselected.
........
r5238 | bugman | 2008-03-28 04:44:20 -0400 (Fri, 28 Mar 2008) | 5 lines
Partially reverted r5236, the 'xh_vect' structure does not exist rather than being set to None.
See the post by Seb at https://mail.gna.org/public/relax-devel/2008-03/msg00008.html.
........
r5240 | bugman | 2008-03-28 05:06:06 -0400 (Fri, 28 Mar 2008) | 7 lines
Fix for bug #11383 (https://gna.org/bugs/?11383).
This was reported by Ryan Hoffman (https://gna.org/users/rydog).
The relax_data.display() user function is now functional again.
........
r5247 | semor | 2008-04-02 21:59:22 -0400 (Wed, 02 Apr 2008) | 3 lines
Changes to the jw_mapping and model-free codes to reflect the model-free changes of r5220...
........