mailr4828 - /1.3/maths_fns/direction_cosine.py


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

Header


Content

Posted by sebastien . morin . 1 on January 17, 2008 - 16:37:
Author: semor
Date: Thu Jan 17 16:37:25 2008
New Revision: 4828

URL: http://svn.gna.org/viewcvs/relax?rev=4828&view=rev
Log:
Converted another maths_fns module from Numeric to numpy.


Modified:
    1.3/maths_fns/direction_cosine.py

Modified: 1.3/maths_fns/direction_cosine.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/maths_fns/direction_cosine.py?rev=4828&r1=4827&r2=4828&view=diff
==============================================================================
--- 1.3/maths_fns/direction_cosine.py (original)
+++ 1.3/maths_fns/direction_cosine.py Thu Jan 17 16:37:25 2008
@@ -21,8 +21,8 @@
 
###############################################################################
 
 # Python module imports.
-from Numeric import dot
 from math import cos, sin
+from numpy import dot
 
 
 




Related Messages


Powered by MHonArc, Updated Thu Jan 17 17:00:26 2008