mailr21779 - /trunk/specific_analyses/relax_disp/parameters.py


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

Header


Content

Posted by edward on December 04, 2013 - 16:01:
Author: bugman
Date: Wed Dec  4 16:01:41 2013
New Revision: 21779

URL: http://svn.gna.org/viewcvs/relax?rev=21779&view=rev
Log:
Fix for a bug in the R2 parameter constraints introduced in the previous 
commit (r21778).

This was debugging code which was accidentally committed.


Modified:
    trunk/specific_analyses/relax_disp/parameters.py

Modified: trunk/specific_analyses/relax_disp/parameters.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/relax_disp/parameters.py?rev=21779&r1=21778&r2=21779&view=diff
==============================================================================
--- trunk/specific_analyses/relax_disp/parameters.py (original)
+++ trunk/specific_analyses/relax_disp/parameters.py Wed Dec  4 16:01:41 2013
@@ -585,8 +585,8 @@
             A.append(zero_array * 0.0)
             A[j][param_index] = 1.0
             A[j+1][param_index] = -1.0
-            b.append(123.0)
-            b.append(-123.0 / scaling_matrix[param_index, param_index])
+            b.append(0.0)
+            b.append(-200.0 / scaling_matrix[param_index, param_index])
             j += 2
 
         # The pA.pB.dw**2, phi_ex_B, phi_ex_C and pA.dw**2 parameters 
(phi_ex* >= 0 and padw2 >= 0).




Related Messages


Powered by MHonArc, Updated Wed Dec 04 16:20:01 2013