summaryrefslogtreecommitdiff
path: root/typenunit.pas
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-12-12 13:39:16 +0100
committerErich Eckner <git@eckner.net>2017-12-12 13:39:16 +0100
commitfd99b85a22059e22b7f98b1668fc6d0a60493d5c (patch)
tree2795e8b9e4b33f0a37a5cab8b16332744a797785 /typenunit.pas
parent08a6cc78b5c477673aee7e659604c1c08c8ab287 (diff)
downloadepost-fd99b85a22059e22b7f98b1668fc6d0a60493d5c.tar.xz
typenunit.pas: cleanup
Diffstat (limited to 'typenunit.pas')
-rw-r--r--typenunit.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/typenunit.pas b/typenunit.pas
index d27fcd5..7a0a3e9 100644
--- a/typenunit.pas
+++ b/typenunit.pas
@@ -437,7 +437,7 @@ type
lnFak, // Vorfaktoren der Logarithmen
lnOff, // Offset der ln-Argumente
expFak: tExtPoint; // Vorfaktoren der Exponentialfunktionen
- constructor create; overload;
+ constructor create;
function transformiereKoordinatenEinzeln(const p: tExtPoint; auszerhalbIstFehler: boolean = true): tExtPoint; override;
function transformiereKoordinatenEinzelnInvers(const p: tExtPoint; auszerhalbIstFehler: boolean = true): tExtPoint; override;
function initAbbildung(syntaxTest: boolean; s: string; xScale,yScale: extended; etf: tExprToFloat): boolean;