mailr4984 - /branches/N_state_model/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 February 13, 2008 - 17:06:
Author: bugman
Date: Wed Feb 13 17:06:53 2008
New Revision: 4984

URL: http://svn.gna.org/viewcvs/relax?rev=4984&view=rev
Log:
Renamed and stored in the current data pipe the reduced CoM vector.


Modified:
    branches/N_state_model/specific_fns/n_state_model.py

Modified: branches/N_state_model/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/specific_fns/n_state_model.py?rev=4984&r1=4983&r2=4984&view=diff
==============================================================================
--- branches/N_state_model/specific_fns/n_state_model.py (original)
+++ branches/N_state_model/specific_fns/n_state_model.py Wed Feb 13 17:06:53 
2008
@@ -143,8 +143,8 @@
             vectors[c] = vectors[c] * cdp.probs[c]
 
         # Total weighted vector.
-        vect = sum(vectors)
-        print "The reduced CoM vector is:\n" + `vect` + "\n"
+        cdp.red_CoM = sum(vectors)
+        print "The reduced CoM vector is:\n" + `cdp.red_CoM` + "\n"
 
         raise NameError, "hello"
 




Related Messages


Powered by MHonArc, Updated Wed Feb 13 17:20:40 2008