From 6f3a65e26b645dc7c538fb7c3b9c9397a85aea3c Mon Sep 17 00:00:00 2001 From: hbourbou <hamza.bourbouh@nasa.gov> Date: Tue, 16 Apr 2019 17:27:07 -0700 Subject: [PATCH] No need for open lustrec_math inside simulink_math_fcn. It creates an error when they are both imported in the same lustre file. --- include/simulink_math_fcn.lusi | 1 - 1 file changed, 1 deletion(-) diff --git a/include/simulink_math_fcn.lusi b/include/simulink_math_fcn.lusi index 46679d2e..c54b238d 100644 --- a/include/simulink_math_fcn.lusi +++ b/include/simulink_math_fcn.lusi @@ -1,4 +1,3 @@ -#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; -- GitLab