mailr5569 - /1.3/generic_fns/results.py


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

Header


Content

Posted by edward on April 10, 2008 - 17:33:
Author: bugman
Date: Thu Apr 10 17:33:26 2008
New Revision: 5569

URL: http://svn.gna.org/viewcvs/relax?rev=5569&view=rev
Log:
Bug fix:  Removed an old line of code from the write() function.


Modified:
    1.3/generic_fns/results.py

Modified: 1.3/generic_fns/results.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/results.py?rev=5569&r1=5568&r2=5569&view=diff
==============================================================================
--- 1.3/generic_fns/results.py (original)
+++ 1.3/generic_fns/results.py Thu Apr 10 17:33:26 2008
@@ -139,9 +139,6 @@
     if not relax_data_store.current_pipe:
         raise RelaxNoPipeError
 
-    # Specific functions.
-    function_type = 
relax_data_store.run_types[relax_data_store.run_names.index(run)]
-
     # Specific results writing function.
     if format == 'xml':
         format = 'XML'




Related Messages


Powered by MHonArc, Updated Thu Apr 10 18:00:22 2008