mailr4765 - /branches/N_state_model/maths_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 16, 2008 - 09:24:
Author: bugman
Date: Wed Jan 16 09:24:33 2008
New Revision: 4765

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


Modified:
    branches/N_state_model/maths_fns/n_state_model.py

Modified: branches/N_state_model/maths_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/maths_fns/n_state_model.py?rev=4765&r1=4764&r2=4765&view=diff
==============================================================================
--- branches/N_state_model/maths_fns/n_state_model.py (original)
+++ branches/N_state_model/maths_fns/n_state_model.py Wed Jan 16 09:24:33 2008
@@ -19,6 +19,9 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
 #
 #                                                                            
 #
 
###############################################################################
+
+# Python module imports.
+from numpy import float64, zeros
 
 # relax module imports.
 from chi2 import chi2




Related Messages


Powered by MHonArc, Updated Wed Jan 16 09:40:09 2008