mailr4087 - /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 - 09:31:
Author: bugman
Date: Wed Nov 28 09:31:14 2007
New Revision: 4087

URL: http://svn.gna.org/viewcvs/relax?rev=4087&view=rev
Log:
Bug fix for the read() function.


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=4087&r1=4086&r2=4087&view=diff
==============================================================================
--- 1.3/specific_fns/relax_data.py (original)
+++ 1.3/specific_fns/relax_data.py Wed Nov 28 09:31:14 2007
@@ -602,8 +602,8 @@
         # Global data flag.
         self.global_flag = 1
 
-        # Initialise the global data if necessary.
-        self.data_init()
+        # Initialise the global data for the current pipe if necessary.
+        self.data_init(relax_data_store[relax_data_store.current_pipe])
 
         # Update the global data.
         self.update_global_data_structures()




Related Messages


Powered by MHonArc, Updated Wed Nov 28 09:40:06 2007