From 2a526f2149a4c061bc7ae272bad1eff0bcbfe08e Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 24 Oct 2019 15:45:01 +0200 Subject: epostunit.pas: Fehlermeldung korrigiert --- epost.lps | 123 ++++++++++++++++++++++++++++++---------------------------- epostunit.pas | 2 +- 2 files changed, 64 insertions(+), 61 deletions(-) diff --git a/epost.lps b/epost.lps index 80c269d..6a80e84 100644 --- a/epost.lps +++ b/epost.lps @@ -7,8 +7,8 @@ - - + + @@ -22,9 +22,10 @@ + - + @@ -32,8 +33,8 @@ - - + + @@ -41,8 +42,8 @@ - - + + @@ -73,10 +74,9 @@ - - - + + @@ -86,7 +86,7 @@ - + @@ -94,7 +94,7 @@ - + @@ -209,121 +209,124 @@ - - + + - - + + - - + + - - + + + - - + + - - + + - + - - + + - - + + - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + + - + - - + + - - + + - + - + - + - + - - + + - - + + - - + + diff --git a/epostunit.pas b/epostunit.pas index 1a7a556..763d2fe 100644 --- a/epostunit.pas +++ b/epostunit.pas @@ -6116,7 +6116,7 @@ begin end; if quelle.disk2kontFak('x',1) <> quelle.disk2kontFak('y',1) then - gibAus('Warnung: dx ('+floatToStr(quelle.disk2kontFak('x',1))+') und dy ('+floatToStr(quelle.disk2kontFak('y',1))+') unterscheiden sich bei Radontransformation - die Winkel-Achse (horizontal) verläuft nicht linear!',3); + gibAus('Warnung: dx ('+floatToStr(quelle.disk2kontFak('x',1))+') und dy ('+floatToStr(quelle.disk2kontFak('y',1))+') unterscheiden sich bei Radontransformation - die Achsen verlaufen nicht linear!',3); transformationen:=tRTTransformation.create(quelle.transformationen,winkelSchritte); _xSteps:=transformationen.xSteps; -- cgit v1.2.3-54-g00ecf