diff options
author | Erich Eckner <git@eckner.net> | 2016-03-30 16:06:01 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-03-30 16:08:31 +0200 |
commit | a64475dbf5faf5629dc8e4e28ddad9a500553c41 (patch) | |
tree | 97b11f53f5dd265b5549b8b6e9baeb5be6d5aed0 | |
parent | 0beff7774da29b17d1f4e1eafeee2557b911992a (diff) | |
download | epost-a64475dbf5faf5629dc8e4e28ddad9a500553c41.tar.xz |
Kommentar in typenunit.pas korrigiert
-rw-r--r-- | typenunit.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/typenunit.pas b/typenunit.pas index 6d24d16..7d77d64 100644 --- a/typenunit.pas +++ b/typenunit.pas @@ -1622,7 +1622,7 @@ begin // zu transformieren p:=transformiereKoordinatenEinzeln(p); - // un in Anteile zurückzurechnen + // und in Anteile zurückzurechnen result:=p[c]/out_xs_ts[c]; end; |