mailr3070 - /branches/error_import/maths_fns/mf.py


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

Header


Content

Posted by edward on March 02, 2007 - 06:57:
Author: bugman
Date: Fri Mar  2 06:57:25 2007
New Revision: 3070

URL: http://svn.gna.org/viewcvs/relax?rev=3070&view=rev
Log:
Added import statements for the RelaxError system to the maths_fns.mf module.


Modified:
    branches/error_import/maths_fns/mf.py

Modified: branches/error_import/maths_fns/mf.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/error_import/maths_fns/mf.py?rev=3070&r1=3069&r2=3070&view=diff
==============================================================================
--- branches/error_import/maths_fns/mf.py (original)
+++ branches/error_import/maths_fns/mf.py Fri Mar  2 06:57:25 2007
@@ -24,6 +24,8 @@
 from Numeric import Float64, matrixmultiply, ones, sum, transpose, zeros
 from math import pi
 import sys
+
+from relax_errors import RelaxError
 
 from direction_cosine import *
 from weights import *




Related Messages


Powered by MHonArc, Updated Fri Mar 02 07:00:09 2007