mailr4637 - /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 11, 2008 - 11:44:
Author: bugman
Date: Fri Jan 11 11:44:54 2008
New Revision: 4637

URL: http://svn.gna.org/viewcvs/relax?rev=4637&view=rev
Log:
Bug fix for the linear_constraints() method.

The numpy.zeros function is now imported.


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=4637&r1=4636&r2=4637&view=diff
==============================================================================
--- branches/N_state_model/specific_fns/n_state_model.py (original)
+++ branches/N_state_model/specific_fns/n_state_model.py Fri Jan 11 11:44:54 
2008
@@ -21,7 +21,7 @@
 
###############################################################################
 
 # Python module imports.
-from numpy import array, float64
+from numpy import array, float64, zeros
 from re import search
 
 # relax module imports.




Related Messages


Powered by MHonArc, Updated Fri Jan 11 12:00:25 2008