mailr9169 - /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 July 02, 2009 - 02:28:
Author: bugman
Date: Thu Jul  2 02:28:25 2009
New Revision: 9169

URL: http://svn.gna.org/viewcvs/relax?rev=9169&view=rev
Log:
Missing import.


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=9169&r1=9168&r2=9169&view=diff
==============================================================================
--- branches/frame_order/maths_fns/frame_order_matrix_ops.py (original)
+++ branches/frame_order/maths_fns/frame_order_matrix_ops.py Thu Jul  2 
02:28:25 2009
@@ -24,7 +24,7 @@
 """Module for the handling of Frame Order."""
 
 # Python module imports.
-from math import cos
+from math import cos, sin
 from numpy import dot, transpose
 
 # relax module imports.




Related Messages


Powered by MHonArc, Updated Thu Jul 02 02:40:03 2009