mailr3521 - /1.3/generic_fns/spin.py


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

Header


Content

Posted by edward on November 11, 2007 - 23:04:
Author: bugman
Date: Sun Nov 11 23:04:34 2007
New Revision: 3521

URL: http://svn.gna.org/viewcvs/relax?rev=3521&view=rev
Log:
One of the comments was incorrect.


Modified:
    1.3/generic_fns/spin.py

Modified: 1.3/generic_fns/spin.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/spin.py?rev=3521&r1=3520&r2=3521&view=diff
==============================================================================
--- 1.3/generic_fns/spin.py (original)
+++ 1.3/generic_fns/spin.py Sun Nov 11 23:04:34 2007
@@ -128,7 +128,7 @@
     if not relax_data_store.current_pipe:
         raise RelaxNoPipeError
 
-    # No residue to add the spin to.
+    # Get the residue container to add the spin to.
     res_to_cont = return_residue(res_id)
     if res_to_cont == None and res_id:
         raise RelaxError, "The residue in " + `res_id` + " does not exist in 
the current data pipe."




Related Messages


Powered by MHonArc, Updated Sun Nov 11 23:20:13 2007