mailr7697 - /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 14, 2008 - 21:25:
Author: semor
Date: Tue Oct 14 21:25:20 2008
New Revision: 7697

URL: http://svn.gna.org/viewcvs/relax?rev=7697&view=rev
Log:
Corrected two typos.

These were discovered by Edward d'Auvergne in a post at:
https://mail.gna.org/public/relax-devel/2008-10/msg00041.html (message ID:
7f080ed10810141215r72940a18hc09456a02d3f69ce@xxxxxxxxxxxxxx)


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=7697&r1=7696&r2=7697&view=diff
==============================================================================
--- 1.3/generic_fns/intensity.py (original)
+++ 1.3/generic_fns/intensity.py Tue Oct 14 21:25:20 2008
@@ -248,7 +248,7 @@
     ########
 
     # Loop over the lines of the file until a peak intensity value is 
reached.
-    if format == 'easy':
+    if format == 'xeasy':
         header_lines = 0
         for i in xrange(len(file_data)):
             # Try to see if the intensity can be extracted.
@@ -271,7 +271,7 @@
     # NMRView.
     ##########
 
-    # Assume the Sparky file has six header lines!
+    # Assume the NMRView file has six header lines!
     elif format == 'nmrview':
         return 6
 




Related Messages


Powered by MHonArc, Updated Tue Oct 14 22:20:01 2008