mailr12763 - /branches/relax_data/specific_fns/consistency_tests.py


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

Header


Content

Posted by edward on March 03, 2011 - 11:34:
Author: bugman
Date: Thu Mar  3 11:34:40 2011
New Revision: 12763

URL: http://svn.gna.org/viewcvs/relax?rev=12763&view=rev
Log:
Removed some references to residues, as these should be spins.


Modified:
    branches/relax_data/specific_fns/consistency_tests.py

Modified: branches/relax_data/specific_fns/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_data/specific_fns/consistency_tests.py?rev=12763&r1=12762&r2=12763&view=diff
==============================================================================
--- branches/relax_data/specific_fns/consistency_tests.py (original)
+++ branches/relax_data/specific_fns/consistency_tests.py Thu Mar  3 11:34:40 
2011
@@ -163,7 +163,7 @@
                     else:
                         noe = spin.ri_data_sim[ri_id][sim_index]
 
-            # Skip the residue if not all of the three value exist.
+            # Skip the spin if not all of the three value exist.
             if r1 == None or r2 == None or noe == None:
                 continue
 
@@ -569,7 +569,7 @@
         # Alias.
         spin = model_info
 
-        # Skip deselected residues.
+        # Skip deselected spins.
         if not spin.select:
                 return
 




Related Messages


Powered by MHonArc, Updated Thu Mar 03 11:40:02 2011