mailr10169 - /branches/multi_processor_merge/generic_fns/subdivide_grid.py


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

Header


Content

Posted by edward on January 11, 2010 - 11:23:
Author: bugman
Date: Mon Jan 11 11:23:07 2010
New Revision: 10169

URL: http://svn.gna.org/viewcvs/relax?rev=10169&view=rev
Log:
Eliminated the pre_and_post_amble mess (that can be nicely handled with the 
verbosity flag).


Modified:
    branches/multi_processor_merge/generic_fns/subdivide_grid.py

Modified: branches/multi_processor_merge/generic_fns/subdivide_grid.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_processor_merge/generic_fns/subdivide_grid.py?rev=10169&r1=10168&r2=10169&view=diff
==============================================================================
--- branches/multi_processor_merge/generic_fns/subdivide_grid.py (original)
+++ branches/multi_processor_merge/generic_fns/subdivide_grid.py Mon Jan 11 
11:23:07 2010
@@ -35,14 +35,6 @@
 GRID_STEPS = 0
 GRID_LOWER = 1
 GRID_UPPER = 2
-
-# FIXME: a somewhat inglorious hack, printing needs to be revisited in the 
light of multiprocessing
-pre_and_post_amble = True
-
-
-def set_pre_and_post_amble(value):
-    global pre_and_post_amble
-    pre_and_post_amble = value
 
 
 class Grid_info(object):




Related Messages


Powered by MHonArc, Updated Mon Jan 11 11:40:02 2010