diff options
author | Erich Eckner <git@eckner.net> | 2019-09-24 14:08:09 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-09-24 14:08:09 +0200 |
commit | ab67a913bdbb3e11126b99826c9fdf9221e0a01c (patch) | |
tree | c08559937c767b1722f22db4f6a3cb995c63ade3 /epost.lpr | |
parent | f4c04d5f4a1e9730fab17be2aec0ff620d36a375 (diff) | |
download | epost-ab67a913bdbb3e11126b99826c9fdf9221e0a01c.tar.xz |
tWerte.findeZweitdominantestenPunkt exportiert
Diffstat (limited to 'epost.lpr')
-rw-r--r-- | epost.lpr | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -528,6 +528,17 @@ begin aufraeumen; halt(1); end; + if istDasBefehl('finde zweitdominantesten Punkt in',s,bekannteBefehle,true) then begin + i:=findeWerte(s,nil,@wertes,@konturen,false); + if i<0 then begin + aufraeumen; + halt(1); + end; + if wertes[i].findeZweitdominantestenPunkt(syntaxTest,inf) then + continue; + aufraeumen; + halt(1); + end; if istDasBefehl('finde Maximum von',s,bekannteBefehle,true) then begin i:=findeWerte(s,nil,@wertes,@konturen,false); if i<0 then begin |