mailr20703 - /branches/relax_disp/specific_analyses/relax_disp/disp_data.py


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

Header


Content

Posted by edward on August 28, 2013 - 14:04:
Author: bugman
Date: Wed Aug 28 14:04:22 2013
New Revision: 20703

URL: http://svn.gna.org/viewcvs/relax?rev=20703&view=rev
Log:
Comment fix for the loop_cluster() function.


Modified:
    branches/relax_disp/specific_analyses/relax_disp/disp_data.py

Modified: branches/relax_disp/specific_analyses/relax_disp/disp_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp/disp_data.py?rev=20703&r1=20702&r2=20703&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/disp_data.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/disp_data.py Wed Aug 28 
14:04:22 2013
@@ -250,7 +250,7 @@
             if key == 'free spins':
                 continue
 
-            # Create the spin container and ID lists.
+            # Create the spin ID lists.
             spin_id_list = []
             for spin_id in cdp.clustering[key]:
                 spin_id_list.append(spin_id)




Related Messages


Powered by MHonArc, Updated Wed Aug 28 17:40:02 2013