You've already forked lazarus-ccr
LazStats: Trim array lengths in PlotXYUnit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7681 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -234,6 +234,12 @@ begin
|
||||
exit;
|
||||
end;
|
||||
|
||||
// Trim array lengths
|
||||
SetLength(Xpoints, NoCases);
|
||||
SetLength(Ypoints, NoCases);
|
||||
SetLength(UpConf, NoCases);
|
||||
SetLength(lowConf, NoCases);
|
||||
|
||||
// sort on X
|
||||
SortOnX(XPoints, YPoints);
|
||||
|
||||
|
Reference in New Issue
Block a user