mailr19468 - /branches/relax_disp/test_suite/system_tests/scripts/relax_disp/exp_fit.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on April 11, 2013 - 17:46:
Author: bugman
Date: Thu Apr 11 17:46:05 2013
New Revision: 19468

URL: http://svn.gna.org/viewcvs/relax?rev=19468&view=rev
Log:
Fix for the spin ID string for the relax_disp.cluster user function.

This is for the exp_fit.py relaxation dispersion system test script.


Modified:
    branches/relax_disp/test_suite/system_tests/scripts/relax_disp/exp_fit.py

Modified: 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/exp_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/system_tests/scripts/relax_disp/exp_fit.py?rev=19468&r1=19467&r2=19468&view=diff
==============================================================================
--- branches/relax_disp/test_suite/system_tests/scripts/relax_disp/exp_fit.py 
(original)
+++ branches/relax_disp/test_suite/system_tests/scripts/relax_disp/exp_fit.py 
Thu Apr 11 17:46:05 2013
@@ -81,7 +81,7 @@
 
 # Clustering.
 relax_disp.cluster(cluster_id='test', spin_id=':1')
-relax_disp.cluster(cluster_id='cluster', spin_id=':1,:3')
+relax_disp.cluster(cluster_id='cluster', spin_id=':1,3@N')
 
 
 




Related Messages


Powered by MHonArc, Updated Thu Apr 11 18:00:02 2013