mailr4762 - /branches/consistency_tests_1.3/specific_fns/consistency_tests.py


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

Header


Content

Posted by sebastien . morin . 1 on January 16, 2008 - 03:04:
Author: semor
Date: Wed Jan 16 03:04:02 2008
New Revision: 4762

URL: http://svn.gna.org/viewcvs/relax?rev=4762&view=rev
Log:
Reverted a change so that the 'relax_sim_data' structure is correctly called.

While making changes for the new design, it had been accidentally changed to 
'relax_sim_spin'.

This was pointed by Edward d'Auvergne in a post at:
https://mail.gna.org/public/relax-devel/2008-01/msg00051.html (Message-id:
<7f080ed10801140725l5422b067jcd6c6d050fbb6e77@xxxxxxxxxxxxxx>)


Modified:
    branches/consistency_tests_1.3/specific_fns/consistency_tests.py

Modified: branches/consistency_tests_1.3/specific_fns/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.3/specific_fns/consistency_tests.py?rev=4762&r1=4761&r2=4762&view=diff
==============================================================================
--- branches/consistency_tests_1.3/specific_fns/consistency_tests.py 
(original)
+++ branches/consistency_tests_1.3/specific_fns/consistency_tests.py Wed Jan 
16 03:04:02 2008
@@ -106,21 +106,21 @@
                     if sim_index == None:
                         r1 = spin.relax_spin[j]
                     else:
-                        r1 = spin.relax_sim_spin[sim_index][j]
+                        r1 = spin.relax_sim_data[sim_index][j]
 
                 # R2.
                 if spin.remap_table[j] == frq_index and spin.ri_labels[j] == 
'R2':
                     if sim_index == None:
                         r2 = spin.relax_spin[j]
                     else:
-                        r2 = spin.relax_sim_spin[sim_index][j]
+                        r2 = spin.relax_sim_data[sim_index][j]
 
                 # NOE.
                 if spin.remap_table[j] == frq_index and spin.ri_labels[j] == 
'NOE':
                     if sim_index == None:
                         noe = spin.relax_spin[j]
                     else:
-                        noe = spin.relax_sim_spin[sim_index][j]
+                        noe = spin.relax_sim_data[sim_index][j]
 
             # Skip the residue if not all of the three value exist.
             if r1 == None or r2 == None or noe == None:




Related Messages


Powered by MHonArc, Updated Wed Jan 16 09:40:09 2008