mailr6218 - /1.3/specific_fns/relax_fit.py


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

Header


Content

Posted by edward on May 21, 2008 - 23:28:
Author: bugman
Date: Wed May 21 23:28:16 2008
New Revision: 6218

URL: http://svn.gna.org/viewcvs/relax?rev=6218&view=rev
Log:
Spelling fix in the compilation error message.


Modified:
    1.3/specific_fns/relax_fit.py

Modified: 1.3/specific_fns/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/relax_fit.py?rev=6218&r1=6217&r2=6218&view=diff
==============================================================================
--- 1.3/specific_fns/relax_fit.py (original)
+++ 1.3/specific_fns/relax_fit.py Wed May 21 23:28:16 2008
@@ -42,7 +42,7 @@
 try:
     from maths_fns.relax_fit import setup, func, dfunc, d2func, back_calc_I
 except ImportError:
-    sys.stderr.write("\nImportError: relaxation curve fitting is 
unavailible, try compiling the C modules.\n")
+    sys.stderr.write("\nImportError: relaxation curve fitting is 
unavailable, try compiling the C modules.\n")
     C_module_exp_fn = 0
 else:
     C_module_exp_fn = 1




Related Messages


Powered by MHonArc, Updated Wed May 21 23:40:17 2008