mailr7579 - /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 October 08, 2008 - 00:00:
Author: bugman
Date: Wed Oct  8 00:00:51 2008
New Revision: 7579

URL: http://svn.gna.org/viewcvs/relax?rev=7579&view=rev
Log:
Another fix for assign_function().

The last commit incorrectly set up the function args.


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=7579&r1=7578&r2=7579&view=diff
==============================================================================
--- 1.3/specific_fns/relax_fit.py (original)
+++ 1.3/specific_fns/relax_fit.py Wed Oct  8 00:00:51 2008
@@ -136,7 +136,7 @@
         return scaling_matrix
 
 
-    def assign_function(self, spin=None, intensity=None, 
spectrum_type=spectrum_type):
+    def assign_function(self, spin=None, intensity=None, spectrum_type=None):
         """Place the peak intensity data into the spin container.
 
         The intensity data can be either that of the reference or saturated 
spectrum.




Related Messages


Powered by MHonArc, Updated Wed Oct 08 22:00:04 2008