mailr17330 - /branches/frame_order_testing/maths_fns/frame_order/rotor.py


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

Header


Content

Posted by edward on July 28, 2012 - 20:39:
Author: bugman
Date: Sat Jul 28 20:39:56 2012
New Revision: 17330

URL: http://svn.gna.org/viewcvs/relax?rev=17330&view=rev
Log:
Added some missing imports.


Modified:
    branches/frame_order_testing/maths_fns/frame_order/rotor.py

Modified: branches/frame_order_testing/maths_fns/frame_order/rotor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/maths_fns/frame_order/rotor.py?rev=17330&r1=17329&r2=17330&view=diff
==============================================================================
--- branches/frame_order_testing/maths_fns/frame_order/rotor.py (original)
+++ branches/frame_order_testing/maths_fns/frame_order/rotor.py Sat Jul 28 
20:39:56 2012
@@ -26,8 +26,8 @@
 import dep_check
 
 # Python module imports.
-from math import pi, sqrt
-from numpy import sinc
+from math import cos, pi, sin, sqrt
+from numpy import dot, inner, sinc, transpose
 if dep_check.scipy_module:
     from scipy.integrate import quad
 




Related Messages


Powered by MHonArc, Updated Sat Jul 28 21:00:02 2012