mailr5067 - /1.3/maths_fns/rotation_matrix.py


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

Header


Content

Posted by edward on February 21, 2008 - 09:21:
Author: bugman
Date: Thu Feb 21 09:21:22 2008
New Revision: 5067

URL: http://svn.gna.org/viewcvs/relax?rev=5067&view=rev
Log:
Added a missing numpy import.


Modified:
    1.3/maths_fns/rotation_matrix.py

Modified: 1.3/maths_fns/rotation_matrix.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/maths_fns/rotation_matrix.py?rev=5067&r1=5066&r2=5067&view=diff
==============================================================================
--- 1.3/maths_fns/rotation_matrix.py (original)
+++ 1.3/maths_fns/rotation_matrix.py Thu Feb 21 09:21:22 2008
@@ -21,7 +21,7 @@
 
###############################################################################
 
 # Python module imports.
-from numpy import cross, dot
+from numpy import cross, dot, norm
 from math import acos, cos, sin
 
 




Related Messages


Powered by MHonArc, Updated Thu Feb 21 09:40:43 2008