mailr9102 - /branches/frame_order/maths_fns/frame_order_matrix_ops.py


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

Header


Content

Posted by edward on June 19, 2009 - 16:06:
Author: bugman
Date: Fri Jun 19 16:06:39 2009
New Revision: 9102

URL: http://svn.gna.org/viewcvs/relax?rev=9102&view=rev
Log:
Missing numpy imports.


Modified:
    branches/frame_order/maths_fns/frame_order_matrix_ops.py

Modified: branches/frame_order/maths_fns/frame_order_matrix_ops.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order/maths_fns/frame_order_matrix_ops.py?rev=9102&r1=9101&r2=9102&view=diff
==============================================================================
--- branches/frame_order/maths_fns/frame_order_matrix_ops.py (original)
+++ branches/frame_order/maths_fns/frame_order_matrix_ops.py Fri Jun 19 
16:06:39 2009
@@ -25,6 +25,7 @@
 
 # Python module imports.
 from math import cos
+from numpy import dot, transpose
 
 # relax module imports.
 from maths_fns.kronecker_product import kron_prod, transpose_14




Related Messages


Powered by MHonArc, Updated Fri Jun 19 16:20:02 2009