mailr4860 - /1.3/generic_fns/value.py


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

Header


Content

Posted by edward on January 21, 2008 - 11:19:
Author: bugman
Date: Mon Jan 21 11:19:40 2008
New Revision: 4860

URL: http://svn.gna.org/viewcvs/relax?rev=4860&view=rev
Log:
Reverted the last change as param needs to be passed to set_non_spin_params() 
as None.

The command used was:
svn merge -r4859:4858 .


Modified:
    1.3/generic_fns/value.py

Modified: 1.3/generic_fns/value.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/value.py?rev=4860&r1=4859&r2=4860&view=diff
==============================================================================
--- 1.3/generic_fns/value.py (original)
+++ 1.3/generic_fns/value.py Mon Jan 21 11:19:40 2008
@@ -198,9 +198,6 @@
                 for j in xrange(len(val)):
                     set_spin_params(value=val[j], error=None, spin=spin, 
param=None)
 
-        # Set param to a list of None the length of val.
-        param = [None] * len(val)
-
         # Set the non-spin specific parameters.
         set_non_spin_params(value=val, param=param)
 




Related Messages


Powered by MHonArc, Updated Mon Jan 21 11:40:06 2008