svn+ssh://bugman@.../svn/relax/trunk
........
r18138 | bugman | 2012-12-14 16:45:06 +0100 (Fri, 14 Dec 2012) | 5 lines
The RelaxErrors when calling user functions in the prompt/script interface are now more informative.
The user function is now stated. This is to better help the user work out where the problem is.
........
r18140 | bugman | 2012-12-14 17:11:08 +0100 (Fri, 14 Dec 2012) | 3 lines
Created the Rdc.test_rdc_copy system test to demonstrate the failure of the rdc.copy user function.
........
r18141 | bugman | 2012-12-14 17:35:35 +0100 (Fri, 14 Dec 2012) | 6 lines
Bug fix for the rdc.copy user function - it is now functional.
The code was old and untested, and still assumed that the RDC values were held in spin containers
rather than the interatomic data containers.
........
r18142 | bugman | 2012-12-14 17:51:48 +0100 (Fri, 14 Dec 2012) | 5 lines
Created the Pcs.test_pcs_load and Pcs.test_pcs_copy system tests to check some of the PCS user functions.
The Pcs system test class is new, and these tests check untested areas of relax.
........