mailr22601 - /trunk/pipe_control/dasha.py


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

Header


Content

Posted by edward on March 28, 2014 - 18:40:
Author: bugman
Date: Fri Mar 28 18:40:54 2014
New Revision: 22601

URL: http://svn.gna.org/viewcvs/relax?rev=22601&view=rev
Log:
Dasha support fix for the changes to the model-free specific analysis package.


Modified:
    trunk/pipe_control/dasha.py

Modified: trunk/pipe_control/dasha.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/dasha.py?rev=22601&r1=22600&r2=22601&view=diff
==============================================================================
--- trunk/pipe_control/dasha.py (original)
+++ trunk/pipe_control/dasha.py Fri Mar 28 18:40:54 2014
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2005-2013 Edward d'Auvergne                                  
 #
+# Copyright (C) 2005-2014 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax (http://www.nmr-relax.com).         
 #
 #                                                                            
 #
@@ -40,7 +40,7 @@
 from pipe_control.interatomic import return_interatom_list
 from pipe_control.mol_res_spin import exists_mol_res_spin_data, 
first_residue_num, last_residue_num, residue_loop, return_spin, spin_loop
 from pipe_control.spectrometer import loop_frequencies
-from specific_analyses.setup import model_free_obj
+from specific_analyses.model_free.model import determine_model_type
 
 
 def __deselect_spins():
@@ -89,7 +89,7 @@
         raise RelaxNoSequenceError
 
     # Determine the parameter set.
-    model_type = model_free_obj._determine_model_type()
+    model_type = determine_model_type()
 
     # Test if diffusion tensor data for the data_pipe exists.
     if model_type != 'local_tm' and not hasattr(cdp, 'diff_tensor'):




Related Messages


Powered by MHonArc, Updated Fri Mar 28 19:00:02 2014