mailr6992 - /branches/rdc_analysis/specific_fns/n_state_model.py


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

Header


Content

Posted by edward on July 28, 2008 - 19:18:
Author: bugman
Date: Mon Jul 28 19:18:06 2008
New Revision: 6992

URL: http://svn.gna.org/viewcvs/relax?rev=6992&view=rev
Log:
Inverted the population parameter scaling factor to 100.


Modified:
    branches/rdc_analysis/specific_fns/n_state_model.py

Modified: branches/rdc_analysis/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/specific_fns/n_state_model.py?rev=6992&r1=6991&r2=6992&view=diff
==============================================================================
--- branches/rdc_analysis/specific_fns/n_state_model.py (original)
+++ branches/rdc_analysis/specific_fns/n_state_model.py Mon Jul 28 19:18:06 
2008
@@ -144,7 +144,7 @@
             pop_start = pop_start + 5*len(cdp.rdc_ids)
 
         # Loop over the populations, and set the scaling factor.
-        factor = 1/100.0
+        factor = 100.0
         for i in xrange(pop_start, pop_start + (cdp.N-1)):
             scaling_matrix[i, i] = factor
 




Related Messages


Powered by MHonArc, Updated Mon Jul 28 21:40:11 2008