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
 


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to