mailr10471 - /branches/bieri_gui/gui_bieri/analyses/auto_model_free.py


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

Header


Content

Posted by edward on January 28, 2010 - 10:28:
Author: bugman
Date: Thu Jan 28 10:28:14 2010
New Revision: 10471

URL: http://svn.gna.org/viewcvs/relax?rev=10471&view=rev
Log:
exec_model_free() now synchronises the frame data to the relax data store.


Modified:
    branches/bieri_gui/gui_bieri/analyses/auto_model_free.py

Modified: branches/bieri_gui/gui_bieri/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_model_free.py?rev=10471&r1=10470&r2=10471&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_model_free.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_model_free.py Thu Jan 28 
10:28:14 2010
@@ -652,6 +652,9 @@
         # Dialog for selecting which global model the protocol should solve.
         checkpoint = self.check_entries()
 
+        # Synchronise the frame data to the relax data store.
+        self.sync_ds(upload=True)
+
         # The required data has not been set up correctly or has not all 
been given, so clean up and exit.
         if checkpoint == False:
             # Skip the event.




Related Messages


Powered by MHonArc, Updated Thu Jan 28 10:40:02 2010