mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 22:48:57 +02:00
* fix compilation.
git-svn-id: trunk@35689 -
This commit is contained in:
parent
812f1b941d
commit
7e2cffdb87
@ -24,7 +24,7 @@ Unit int;
|
||||
|
||||
interface
|
||||
|
||||
uses typ;
|
||||
uses typ,math;
|
||||
|
||||
Var
|
||||
limit : ArbInt;
|
||||
|
@ -23,7 +23,7 @@ unit spl;
|
||||
|
||||
interface
|
||||
|
||||
uses typ, sle;
|
||||
uses typ, math, sle;
|
||||
|
||||
function spl1bspv(q: ArbInt; var kmin1, c1: ArbFloat; x: ArbFloat; var term: ArbInt): ArbFloat;
|
||||
function spl2bspv(qx, qy: ArbInt; var kxmin1, kymin1, c11: ArbFloat; x, y: ArbFloat; var term: ArbInt): ArbFloat;
|
||||
|
Loading…
Reference in New Issue
Block a user