svn+ssh://bugman@.../svn/relax/1.3
........
r4104 | bugman | 2007-11-28 11:14:03 +0100 (Wed, 28 Nov 2007) | 3 lines
Added another unit test for generic_fns.selection.generate_spin_id().
........
r4105 | bugman | 2007-11-28 11:16:53 +0100 (Wed, 28 Nov 2007) | 6 lines
Bug fix for the relax_data.read() user function.
The default values for the keyword arguments res_num_col and spin_num_col, and for res_name_col and
spin_name_col, were set to the same thing.
........
r4106 | bugman | 2007-11-28 11:23:19 +0100 (Wed, 28 Nov 2007) | 3 lines
Converted specific_fns.relax_data.update_data_structures() to the new relax design.
........
r4107 | bugman | 2007-11-28 11:25:29 +0100 (Wed, 28 Nov 2007) | 7 lines
Renaming of the update_data_structures() functions.
The functions have changed to:
update_data_structures() -> update_data_structures_spin()
update_global_data_structures() -> update_data_structures_pipe()
........
r4108 | bugman | 2007-11-28 11:39:39 +0100 (Wed, 28 Nov 2007) | 5 lines
Improvements to the test_read_protein_noe_data() unit test.
Now the entire Ap4Aase sequence is checked to see if it has been read in correctly.
........
r4109 | bugman | 2007-11-28 11:46:49 +0100 (Wed, 28 Nov 2007) | 5 lines
Big bug fix for generic_fns.sequence.read().
If 2 or more sequential residues had the same name, only the first would be added to the sequence!
........
r4110 | bugman | 2007-11-28 11:58:29 +0100 (Wed, 28 Nov 2007) | 3 lines
Updated the test_read() user function to check the pipe relaxation data structures.
........
r4111 | bugman | 2007-11-28 12:00:49 +0100 (Wed, 28 Nov 2007) | 6 lines
Bug fix.
Updated all the calls to update_data_structures_pipe(). Now the function arguments are passed in to
it.
........
r4112 | bugman | 2007-11-28 12:09:58 +0100 (Wed, 28 Nov 2007) | 3 lines
Updated the test_read() user function to check all the spin relaxation data structures.
........
r4113 | bugman | 2007-11-28 12:12:02 +0100 (Wed, 28 Nov 2007) | 6 lines
Bug fix.
Updated all the calls to update_data_structures_spin(). Now the function arguments are passed in to
it.
........
r4114 | bugman | 2007-11-28 12:17:13 +0100 (Wed, 28 Nov 2007) | 3 lines
Bug fix for the test_read() unit test.
........