mailr4111 - /1.3/specific_fns/relax_data.py


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

Header


Content

Posted by edward on November 28, 2007 - 12:15:
Author: bugman
Date: Wed Nov 28 12:00:49 2007
New Revision: 4111

URL: http://svn.gna.org/viewcvs/relax?rev=4111&view=rev
Log:
Bug fix.

Updated all the calls to update_data_structures_pipe().  Now the function 
arguments are passed in to
it.


Modified:
    1.3/specific_fns/relax_data.py

Modified: 1.3/specific_fns/relax_data.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/relax_data.py?rev=4111&r1=4110&r2=4111&view=diff
==============================================================================
--- 1.3/specific_fns/relax_data.py (original)
+++ 1.3/specific_fns/relax_data.py Wed Nov 28 12:00:49 2007
@@ -182,7 +182,7 @@
         self.data_init(relax_data_store)
 
         # Update the global data.
-        self.update_data_structures_pipe()
+        self.update_data_structures_pipe(ri_label, frq_label, frq)
 
 
         # Residue specific data.
@@ -606,7 +606,7 @@
         self.data_init(relax_data_store[relax_data_store.current_pipe])
 
         # Update the global data.
-        self.update_data_structures_pipe()
+        self.update_data_structures_pipe(ri_label, frq_label, frq)
 
 
         # Residue specific data.




Related Messages


Powered by MHonArc, Updated Wed Nov 28 12:40:13 2007