mailr26008 - /branches/frame_order_cleanup/lib/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 September 24, 2014 - 14:09:
Author: bugman
Date: Wed Sep 24 14:09:46 2014
New Revision: 26008

URL: http://svn.gna.org/viewcvs/relax?rev=26008&view=rev
Log:
Missing imports for the lib.frame_order.matrix_ops module.

These are for the recently restored SciPy quadratic integration functions.


Modified:
    branches/frame_order_cleanup/lib/frame_order/matrix_ops.py

Modified: branches/frame_order_cleanup/lib/frame_order/matrix_ops.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/lib/frame_order/matrix_ops.py?rev=26008&r1=26007&r2=26008&view=diff
==============================================================================
--- branches/frame_order_cleanup/lib/frame_order/matrix_ops.py  (original)
+++ branches/frame_order_cleanup/lib/frame_order/matrix_ops.py  Wed Sep 24 
14:09:46 2014
@@ -23,6 +23,7 @@
 """Module for the handling of Frame Order."""
 
 # Python module imports.
+from math import cos, sin
 from numpy import dot, transpose
 from numpy.linalg import norm
 




Related Messages


Powered by MHonArc, Updated Wed Sep 24 14:20:03 2014