mailr7100 - /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 08, 2008 - 06:12:
Author: bugman
Date: Thu Aug  7 23:17:34 2008
New Revision: 7100

URL: http://svn.gna.org/viewcvs/relax?rev=7100&view=rev
Log:
Added the missing self arg to create_mc_data().


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=7100&r1=7099&r2=7100&view=diff
==============================================================================
--- 1.3/specific_fns/jw_mapping.py (original)
+++ 1.3/specific_fns/jw_mapping.py Thu Aug  7 23:17:34 2008
@@ -152,7 +152,7 @@
                 spin.jwh_sim.append(jwh)
 
 
-    def create_mc_data(spin_id):
+    def create_mc_data(self, spin_id):
         """Return the Ri data structure for the corresponding spin.
 
         @param spin_id: The spin identification string, as yielded by the 
base_data_loop() generator




Related Messages


Powered by MHonArc, Updated Fri Aug 08 07:20:10 2008