This commit is contained in:
f1iwq2
2024-02-02 18:13:19 +01:00
parent c0edae3eb7
commit 039f66ed6f
25 changed files with 702 additions and 528 deletions

View File

@@ -334,7 +334,7 @@ var i,erreur : integer;
s,s2: string;
begin
//------------------------Lecture inter----------------------------
if debugAnalyse then AfficheDebug('Compile inter',clWhite);
if debugAnalyse then AfficheDebug('Compile intersections',clWhite);
inc(nInter);
segment[nSeg-1].ninter:=nInter;
setlength(segment[nSeg-1].inter,ninter);
@@ -1814,7 +1814,7 @@ begin
end;
nInter:=Segment[i].nInter;
for j:=0 to nInter-1 do
for j:=0 to nInter-1 do
begin
s:='Intersection '+Segment[i].Inter[j].typ;
//Affiche(s,ClYellow);