mailr20022 - /branches/relax_disp/target_functions/relax_disp.py


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

Header


Content

Posted by edward on June 10, 2013 - 20:13:
Author: bugman
Date: Mon Jun 10 20:12:59 2013
New Revision: 20022

URL: http://svn.gna.org/viewcvs/relax?rev=20022&view=rev
Log:
Fix for the setup of the relaxation dispersion target functions for the IT99 
model.


Modified:
    branches/relax_disp/target_functions/relax_disp.py

Modified: branches/relax_disp/target_functions/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/target_functions/relax_disp.py?rev=20022&r1=20021&r2=20022&view=diff
==============================================================================
--- branches/relax_disp/target_functions/relax_disp.py (original)
+++ branches/relax_disp/target_functions/relax_disp.py Mon Jun 10 20:12:59 
2013
@@ -117,6 +117,8 @@
         self.end_index = []
         self.end_index.append(self.num_spins * self.num_frq)
         self.end_index.append(self.end_index[-1] + self.num_spins)
+        if model == MODEL_IT99:
+            self.end_index.append(self.end_index[-1] + self.num_spins)
 
         # Set up the model.
         if model == MODEL_NOREX:




Related Messages


Powered by MHonArc, Updated Mon Jun 10 20:20:06 2013