mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 02:50:27 +02:00
* fixed unresolved forwards
This commit is contained in:
parent
057ecba6d7
commit
aff82d11f4
@ -617,7 +617,6 @@ function norm(const data : array of float) : float;
|
|||||||
norm:=sqrt(sumofsquares(data));
|
norm:=sqrt(sumofsquares(data));
|
||||||
end;
|
end;
|
||||||
|
|
||||||
end.
|
|
||||||
|
|
||||||
function MinIntValue(const Data: array of Integer): Integer;
|
function MinIntValue(const Data: array of Integer): Integer;
|
||||||
var
|
var
|
||||||
@ -662,9 +661,13 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.7 1998-12-21 13:07:06 peter
|
Revision 1.8 1999-01-15 11:44:56 peter
|
||||||
|
* fixed unresolved forwards
|
||||||
|
|
||||||
|
Revision 1.7 1998/12/21 13:07:06 peter
|
||||||
* use -FE
|
* use -FE
|
||||||
|
|
||||||
Revision 1.6 1998/11/02 12:52:46 michael
|
Revision 1.6 1998/11/02 12:52:46 michael
|
||||||
|
Loading…
Reference in New Issue
Block a user