mailr6216 - /1.3/specific_fns/relax_fit.py


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

Header


Content

Posted by edward on May 21, 2008 - 23:23:
Author: bugman
Date: Wed May 21 23:23:00 2008
New Revision: 6216

URL: http://svn.gna.org/viewcvs/relax?rev=6216&view=rev
Log:
Updated the set_selected_sim() method to the new design.


Modified:
    1.3/specific_fns/relax_fit.py

Modified: 1.3/specific_fns/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/relax_fit.py?rev=6216&r1=6215&r2=6216&view=diff
==============================================================================
--- 1.3/specific_fns/relax_fit.py (original)
+++ 1.3/specific_fns/relax_fit.py Wed May 21 23:23:00 2008
@@ -1143,8 +1143,14 @@
         """
 
 
-    def set_selected_sim(self, select_sim, spin):
-        """Function for returning the array of selected simulation flags."""
+    def set_selected_sim(self, spin, select_sim):
+        """Set the simulation selection flag for the spin.
+
+        @param spin:        The spin data container.
+        @type spin:         SpinContainer instance
+        @param select_sim:  The selection flag for the simulations.
+        @type select_sim:   bool
+        """
 
         # Multiple spins.
         spin.select_sim = select_sim




Related Messages


Powered by MHonArc, Updated Wed May 21 23:40:17 2008