mailr14870 - /1.3/relax.py


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

Header


Content

Posted by edward on October 14, 2011 - 16:31:
Author: bugman
Date: Fri Oct 14 16:31:45 2011
New Revision: 14870

URL: http://svn.gna.org/viewcvs/relax?rev=14870&view=rev
Log:
Bug fix allowing relax to be run in profiling mode.

This still does not work as the multi-processor branch has broken this coding 
and debugging
functionality.


Modified:
    1.3/relax.py

Modified: 1.3/relax.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/relax.py?rev=14870&r1=14869&r2=14870&view=diff
==============================================================================
--- 1.3/relax.py (original)
+++ 1.3/relax.py Fri Oct 14 16:31:45 2011
@@ -77,8 +77,7 @@
     """
 
     # Normal relax operation.
-    if not profile_flag:
-        relax = Relax()
+    relax = Relax()
 
     # Process the command line arguments.
     relax.arguments()




Related Messages


Powered by MHonArc, Updated Fri Oct 14 16:40:01 2011