mailr5597 - /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 sebastien . morin . 1 on April 12, 2008 - 02:07:
Author: semor
Date: Sat Apr 12 02:07:39 2008
New Revision: 5597

URL: http://svn.gna.org/viewcvs/relax?rev=5597&view=rev
Log:
Converted some more 'instance' arguments to calls to 'spin' and removed some 
now unused 'cdp' calls.

This is a small part of what Edward d'Auvergne noticed in a post at:
https://mail.gna.org/public/relax-devel/2008-04/msg00010.html (# Message-id:
<7f080ed10804030909m3b540ee3y1d60009542c09694@xxxxxxxxxxxxxx>)


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=5597&r1=5596&r2=5597&view=diff
==============================================================================
--- 1.3/specific_fns/jw_mapping.py (original)
+++ 1.3/specific_fns/jw_mapping.py Sat Apr 12 02:07:39 2008
@@ -438,14 +438,11 @@
             return spin.jwh_sim
 
 
-    def sim_return_selected(self, instance):
+    def sim_return_selected(self, spin):
         """Function for returning the array of selected simulation flags."""
 
-        # Alias the current data pipe.
-        cdp = relax_data_store[relax_data_store.current_pipe]
-
-        # Multiple instances.
-        return cdp.res[instance].select_sim
+        # Multiple spins.
+        return spin.select_sim
 
 
     def set_selected_sim(self, instance, select_sim):




Related Messages


Powered by MHonArc, Updated Sat Apr 12 02:20:10 2008