mailr6271 - /1.3/maths_fns/consistency_tests.py


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

Header


Content

Posted by sebastien . morin . 1 on May 28, 2008 - 12:59:
Author: semor
Date: Wed May 28 12:59:14 2008
New Revision: 6271

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


Modified:
    1.3/maths_fns/consistency_tests.py

Modified: 1.3/maths_fns/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/maths_fns/consistency_tests.py?rev=6271&r1=6270&r2=6271&view=diff
==============================================================================
--- 1.3/maths_fns/consistency_tests.py (original)
+++ 1.3/maths_fns/consistency_tests.py Wed May 28 12:59:14 2008
@@ -22,7 +22,7 @@
 
###############################################################################
 
 # Python module imports.
-from math import pi
+from math import cos, pi
 from numpy import float64, zeros
 
 # relax module imports.




Related Messages


Powered by MHonArc, Updated Wed May 28 13:40:13 2008