mailr16877 - /branches/interatomic/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 June 11, 2012 - 22:59:
Author: bugman
Date: Mon Jun 11 22:59:17 2012
New Revision: 16877

URL: http://svn.gna.org/viewcvs/relax?rev=16877&view=rev
Log:
Syntax error fix.


Modified:
    branches/interatomic/specific_fns/n_state_model.py

Modified: branches/interatomic/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/interatomic/specific_fns/n_state_model.py?rev=16877&r1=16876&r2=16877&view=diff
==============================================================================
--- branches/interatomic/specific_fns/n_state_model.py (original)
+++ branches/interatomic/specific_fns/n_state_model.py Mon Jun 11 22:59:17 
2012
@@ -807,7 +807,7 @@
                     spin.pcs_bc[align_id] = model.deltaij_theta[i, 
data_index] * 1e6
 
                 # Increment the spin index if it contains data.
-                if hasattr(spin, 'pcs') and (hasattr(spin, 'xh_vect') or 
hasattr(spin, 'bond_vect'))):
+                if hasattr(spin, 'pcs') and (hasattr(spin, 'xh_vect') or 
hasattr(spin, 'bond_vect')):
                     data_index = data_index + 1
 
             # Interatomic data container loop.




Related Messages


Powered by MHonArc, Updated Mon Jun 11 23:20:01 2012