mailr4849 - /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 17, 2008 - 23:32:
Author: bugman
Date: Thu Jan 17 23:32:10 2008
New Revision: 4849

URL: http://svn.gna.org/viewcvs/relax?rev=4849&view=rev
Log:
Initialise the model_values array in the partition_params() function.

This fixes a bug due to model_values not being defined.


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=4849&r1=4848&r2=4849&view=diff
==============================================================================
--- 1.3/generic_fns/value.py (original)
+++ 1.3/generic_fns/value.py Thu Jan 17 23:32:10 2008
@@ -57,6 +57,7 @@
     spin_values = []
     other_params = []
     other_values = []
+    model_values = []
 
     # The parameter has been specified.
     if param:




Related Messages


Powered by MHonArc, Updated Thu Jan 17 23:40:08 2008