mailr5069 - /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:23:
Author: bugman
Date: Thu Feb 21 09:23:03 2008
New Revision: 5069

URL: http://svn.gna.org/viewcvs/relax?rev=5069&view=rev
Log:
Ok, now the norm() function was in numpy.linalg, not in numpy!


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=5069&r1=5068&r2=5069&view=diff
==============================================================================
--- 1.3/maths_fns/rotation_matrix.py (original)
+++ 1.3/maths_fns/rotation_matrix.py Thu Feb 21 09:23:03 2008
@@ -21,7 +21,8 @@
 
###############################################################################
 
 # Python module imports.
-from numpy import cross, dot, norm
+from numpy import cross, dot
+from numpy.linalg import norm
 from math import acos, cos, sin
 
 




Related Messages


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