svn+ssh://bugman@.../svn/relax/trunk
........
r17970 | bugman | 2012-11-14 17:21:07 +0100 (Wed, 14 Nov 2012) | 5 lines
Created the N_state_model.test_data_copying system test for the rdc.copy and pcs.copy user functions.
These user functions do not exist yet, but this test will be used to implement them.
........
r17971 | bugman | 2012-11-14 17:23:10 +0100 (Wed, 14 Nov 2012) | 5 lines
Reactivated the rdc.copy and pcs.copy user function front-ends.
The backends are missing, so relax is currently broken.
........
r17972 | bugman | 2012-11-14 17:34:23 +0100 (Wed, 14 Nov 2012) | 3 lines
Created the RelaxNoAlignError error class for use by rdc.copy and pcs.copy.
........
r17973 | bugman | 2012-11-14 17:35:00 +0100 (Wed, 14 Nov 2012) | 3 lines
Fix for the RDC and PCS data copying system test script - the sequence is now also copied.
........
r17974 | bugman | 2012-11-14 18:04:50 +0100 (Wed, 14 Nov 2012) | 3 lines
Created the RelaxAlignError error class for use by the rdc.copy and pcs.copy user functions.
........
r17975 | bugman | 2012-11-14 18:05:52 +0100 (Wed, 14 Nov 2012) | 6 lines
Implemented the rdc.copy and pcs.copy user function backends.
This code is copied from the relax_data.copy user function and has been tailored to the different
data types.
........
r17976 | bugman | 2012-11-14 18:20:07 +0100 (Wed, 14 Nov 2012) | 3 lines
Fixes for the rdc.copy and pcs.copy backends.
........