mailr4761 - /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 15, 2008 - 22:47:
Author: semor
Date: Tue Jan 15 22:47:39 2008
New Revision: 4761

URL: http://svn.gna.org/viewcvs/relax?rev=4761&view=rev
Log:
Fixed a typo.


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=4761&r1=4760&r2=4761&view=diff
==============================================================================
--- branches/consistency_tests_1.3/specific_fns/consistency_tests.py 
(original)
+++ branches/consistency_tests_1.3/specific_fns/consistency_tests.py Tue Jan 
15 22:47:39 2008
@@ -88,7 +88,7 @@
 
             # Residue specific frequency index.
             frq_index = None
-            for j in xrange(spina.num_frq):
+            for j in xrange(spin.num_frq):
                 if spin.frq[j] == cdp.ct_frq:
                     frq_index = j
             if frq_index == None:




Related Messages


Powered by MHonArc, Updated Wed Jan 16 03:20:07 2008