mailr7690 - /1.3/generic_fns/intensity.py


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

Header


Content

Posted by sebastien . morin . 1 on October 13, 2008 - 19:44:
Author: semor
Date: Mon Oct 13 19:44:38 2008
New Revision: 7690

URL: http://svn.gna.org/viewcvs/relax?rev=7690&view=rev
Log:
Fixed the column number for the intensity.


Modified:
    1.3/generic_fns/intensity.py

Modified: 1.3/generic_fns/intensity.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/intensity.py?rev=7690&r1=7689&r2=7690&view=diff
==============================================================================
--- 1.3/generic_fns/intensity.py (original)
+++ 1.3/generic_fns/intensity.py Mon Oct 13 19:44:38 2008
@@ -195,7 +195,7 @@
 
     # The peak intensity column.
     if int_col == None:
-        int_col = 16
+        int_col = 15
 
     # Intensity.
     try:




Related Messages


Powered by MHonArc, Updated Mon Oct 13 20:40:03 2008