svn+ssh://bugman@.../svn/relax/trunk
........
r18144 | bugman | 2012-12-17 10:28:27 +0100 (Mon, 17 Dec 2012) | 3 lines
Created RelaxInteratomInconsistentError for when the data is inconsistent between two data pipes.
........
r18145 | bugman | 2012-12-17 10:29:12 +0100 (Mon, 17 Dec 2012) | 3 lines
Created the generic_fns.interatomic.consistent_interatomic_data() function for checking data consistency.
........
r18146 | bugman | 2012-12-17 10:30:24 +0100 (Mon, 17 Dec 2012) | 5 lines
The rdc.copy user function now uses the new consistent_interatomic_data() function prior to copying.
To copy the RDC data, the interatomic data containers must be identical between the two data pipes.
........
r18147 | bugman | 2012-12-17 10:31:47 +0100 (Mon, 17 Dec 2012) | 5 lines
Fix for the N_state_model.test_data_copying system test.
The interatomic data is now copied prior to copying the RDC data.
........