mailr4938 - /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 February 07, 2008 - 17:29:
Author: bugman
Date: Thu Feb  7 17:29:28 2008
New Revision: 4938

URL: http://svn.gna.org/viewcvs/relax?rev=4938&view=rev
Log:
Added a missing RelaxError import.


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=4938&r1=4937&r2=4938&view=diff
==============================================================================
--- branches/N_state_model/specific_fns/n_state_model.py (original)
+++ branches/N_state_model/specific_fns/n_state_model.py Thu Feb  7 17:29:28 
2008
@@ -30,7 +30,7 @@
 from float import isNaN, isInf
 from maths_fns.n_state_model import N_state_opt
 from minfx.generic import generic_minimise
-from relax_errors import RelaxError, RelaxInfError, RelaxNaNError, 
RelaxNoModelError
+from relax_errors import RelaxError, RelaxInfError, RelaxNaNError, 
RelaxNoModelError, RelaxNoTensorError
 from specific_fns.base_class import Common_functions
 
 




Related Messages


Powered by MHonArc, Updated Fri Feb 08 19:40:09 2008