Skip to content
Snippets Groups Projects
Commit 6f3a65e2 authored by Hamza Bourbouh's avatar Hamza Bourbouh
Browse files

No need for open lustrec_math inside simulink_math_fcn. It creates an error...

No need for open lustrec_math inside simulink_math_fcn. It creates an error when they are both imported in the same lustre file.
parent 9fb1ab37
No related branches found
No related tags found
No related merge requests found
#open <lustrec_math>
function rem_int (x,y: int) returns (z: int) prototype C;
function rem_real (x,y: real) returns (z: real) prototype C;
function mod_int (x,y: int) returns (z: int) prototype C;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment