- Index
- » Developer
- » OpenModelica development
- » ExternalFunction
Page Start Prev 1 Next End
ExternalFunction
ExternalFunction
Jun-12-15 07:51:11
Dear Sir,
I try to use external functions in a Modelica model and to compile it with the new version 1.9.2 of OpenModelica.
It seems to me that for instance,in the joined example, users lost at the end of compilation its own external function.
Best regards,
ALAIN_2
function f2
input Real x;
output Real y;
external "C" y=f2(x) annotation(Library = "f2.o");
end f2;
model TestExternalFunction2
constant Real x=5;
Real y;
equation
y = f2(x);
end TestExternalFunction2;
Page Start Prev 1 Next End
- Index
- » Developer
- » OpenModelica development
- » ExternalFunction
There are 0 guests and 0 other users also viewing this topic