mailr4501 - /branches/N_state_model/specific_fns/n_state_model.py


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

Header


Content

Posted by edward on January 08, 2008 - 17:23:
Author: bugman
Date: Tue Jan  8 17:23:21 2008
New Revision: 4501

URL: http://svn.gna.org/viewcvs/relax?rev=4501&view=rev
Log:
Added the missing import of minimise.generic.generic_minimise().


Modified:
    branches/N_state_model/specific_fns/n_state_model.py

Modified: branches/N_state_model/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/specific_fns/n_state_model.py?rev=4501&r1=4500&r2=4501&view=diff
==============================================================================
--- branches/N_state_model/specific_fns/n_state_model.py (original)
+++ branches/N_state_model/specific_fns/n_state_model.py Tue Jan  8 17:23:21 
2008
@@ -26,6 +26,7 @@
 # relax module imports.
 from data import Data as relax_data_store
 from maths_fns.n_state_model import N_state_model
+from minimise.generic import generic_minimise
 from specific_fns.base_class import Common_functions
 
 




Related Messages


Powered by MHonArc, Updated Tue Jan 08 17:40:09 2008