svn+ssh://bugman@.../svn/relax/trunk
........
r20809 | bugman | 2013-09-04 17:59:10 +0200 (Wed, 04 Sep 2013) | 5 lines
Renamed pipe_control.spectrum.test_spectrum_id() to check_spectrum_id().
A bug in the function was also removed, and the other code in the module now uses this function.
........
r20810 | bugman | 2013-09-04 18:05:59 +0200 (Wed, 04 Sep 2013) | 6 lines
Created the pipe_control.mol_res_spin.check_mol_res_spin_data() function.
This will check for the existence of molecule, residue and spin data and raise a RelaxError if none
exists.
........
r20811 | bugman | 2013-09-04 18:07:14 +0200 (Wed, 04 Sep 2013) | 5 lines
Simplification of the data checks in the pipe_control.spectrum module.
This is using the new pipe_control.*.check*() functions.
........