Author: bugman
Date: Sat Sep 27 16:40:04 2014
New Revision: 26089

URL: http://svn.gna.org/viewcvs/relax?rev=26089&view=rev
Log:
Removed the call to the frame_order.simulate user function for the rigid model 
in the auto-analysis.

There is no motion to simulate in the rigid model, so the frame_order.simulate 
user function has no
use.


Modified:
    branches/frame_order_cleanup/auto_analyses/frame_order.py

Modified: branches/frame_order_cleanup/auto_analyses/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/auto_analyses/frame_order.py?rev=26089&r1=26088&r2=26089&view=diff
==============================================================================
--- branches/frame_order_cleanup/auto_analyses/frame_order.py   (original)
+++ branches/frame_order_cleanup/auto_analyses/frame_order.py   Sat Sep 27 
16:40:04 2014
@@ -1054,7 +1054,6 @@
 
         # The PDB representation of the model and the pseudo-Brownian dynamics 
simulation.
         self.interpreter.frame_order.pdb_model(dir=model_directory(model, 
base_dir=self.results_dir), force=True)
-        self.interpreter.frame_order.simulate(dir=model_directory(model, 
base_dir=self.results_dir), step_size=self.brownian_step_size, 
snapshot=self.brownian_snapshot, total=self.brownian_total, force=True)
 
 
     def print_results(self):


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to