summaryrefslogtreecommitdiff
path: root/epostunit.pas
diff options
context:
space:
mode:
Diffstat (limited to 'epostunit.pas')
-rw-r--r--epostunit.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/epostunit.pas b/epostunit.pas
index 1fcf7f4..46caa17 100644
--- a/epostunit.pas
+++ b/epostunit.pas
@@ -3505,7 +3505,7 @@ begin
tMin:=i;
end;
setLength(DTs,min(threads,xMax+1-xMin));
- gibAus('Ermittle maximale und minimale Dichten ...',3);
+ gibAus('Ermittle maximale und minimale Dichten ('+intToStr(xMin)+' .. '+intToStr(xMax)+' x '+intToStr(tMin)+' .. '+intToStr(tMax)+') ...',3);
j:=xMin;
for i:=0 to length(DTs)-1 do begin
DTs[i]:=tDichteThread.create(j,byte(i=length(DTs)-1)*xMax + byte(i<length(DTs)-1)*(j+ ((xMax+1-xMin) div length(DTs))),tMin,tMax,self);