summaryrefslogtreecommitdiff
path: root/werteunit.inc
diff options
context:
space:
mode:
Diffstat (limited to 'werteunit.inc')
-rw-r--r--werteunit.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/werteunit.inc b/werteunit.inc
index 754cc46..4ee71ce 100644
--- a/werteunit.inc
+++ b/werteunit.inc
@@ -29,7 +29,7 @@ var
i,j: longint;
begin
inherited create;
- params.knownValues.neuerChef(original^.params.knownValues);
+ params.knownValues.neuerChef(original^.params.knownValues,true);
tMax:=min(tMax,original^.params.tSiz-1);
tMin:=max(tMin,0);
params.tSiz:=tMax+1-tMin;