svn+ssh://bugman@.../svn/relax/1.3
........
r4430 | bugman | 2008-01-07 15:52:55 +0100 (Mon, 07 Jan 2008) | 5 lines
Bug fix for the read() and test_labels() methods of the specific_fns.relax_data.Rx_data class.
The arguments are not placed into self!
........
r4431 | bugman | 2008-01-07 15:58:52 +0100 (Mon, 07 Jan 2008) | 5 lines
Many fixes for the specific_fns.relax_data.find_index() function.
This function now fits into the new relax design.
........
r4432 | bugman | 2008-01-07 16:01:23 +0100 (Mon, 07 Jan 2008) | 3 lines
Bug fix. Updated all the calls to self.find_index().
........
r4433 | bugman | 2008-01-07 16:06:07 +0100 (Mon, 07 Jan 2008) | 6 lines
Bug fix for the J(w) mapping system tests trying to set the nucleus type.
The call to self.relax.interpreter._Nuclei.nuclei() has been replaced with a call to
self.relax.interpreter._Value.set().
........