Changeset 87 for trunk/tool

Show
Ignore:
Timestamp:
11/25/08 15:32:10 (14 years ago)
Author:
andreu
Message:

tickets #25 and #34

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tool/renetcolGUI.py

    r80 r87  
    207207        underscore_line = "" 
    208208        flowCpt+=1 
    209 ##        if (flowCpt%20 == 0 or oldTpl != self.flow[0]): 
    210         if (flowCpt%100 == 0):  
     209        if (flowCpt%60 == 0 or oldTpl != self.flow[0]): 
     210##        if (flowCpt%100 == 0):  
    211211            flowCpt = 0 
    212212            for i in range (0, len(tpl_def[self.flow[0]])):