mailr7070 - /1.3/specific_fns/jw_mapping.py


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

Header


Content

Posted by edward on August 05, 2008 - 23:06:
Author: bugman
Date: Tue Aug  5 22:04:16 2008
New Revision: 7070

URL: http://svn.gna.org/viewcvs/relax?rev=7070&view=rev
Log:
Fix for the set_selected_sim() method, the args were back to front.


Modified:
    1.3/specific_fns/jw_mapping.py

Modified: 1.3/specific_fns/jw_mapping.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/jw_mapping.py?rev=7070&r1=7069&r2=7070&view=diff
==============================================================================
--- 1.3/specific_fns/jw_mapping.py (original)
+++ 1.3/specific_fns/jw_mapping.py Tue Aug  5 22:04:16 2008
@@ -451,8 +451,14 @@
         return spin.select_sim
 
 
-    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 array of selected simulation flags.
+
+        @param spin:        The spin container object.
+        @type spin:         SpinContainer instance
+        @param select_sim:  The selection flags.
+        @type select_sim:   bool
+        """
 
         # Multiple spins.
         spin.select_sim = select_sim




Related Messages


Powered by MHonArc, Updated Wed Aug 06 00:00:11 2008