mailr5802 - /1.3/generic_fns/palmer.py


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

Header


Content

Posted by edward on April 16, 2008 - 21:58:
Author: bugman
Date: Wed Apr 16 21:58:47 2008
New Revision: 5802

URL: http://svn.gna.org/viewcvs/relax?rev=5802&view=rev
Log:
Fixed the call to line_positions().


Modified:
    1.3/generic_fns/palmer.py

Modified: 1.3/generic_fns/palmer.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/palmer.py?rev=5802&r1=5801&r2=5802&view=diff
==============================================================================
--- 1.3/generic_fns/palmer.py (original)
+++ 1.3/generic_fns/palmer.py Wed Apr 16 21:58:47 2008
@@ -516,7 +516,7 @@
     mfout_file.close()
 
     # Get the section line positions of the mfout file.
-    line_positions()
+    s2_pos, s2f_pos, s2s_pos, te_pos, rex_pos, chi2_pos = 
line_positions(mfout_lines)
 
     # Find out if simulations were carried out.
     sims = 0




Related Messages


Powered by MHonArc, Updated Wed Apr 16 22:20:18 2008