diff options
author | siddhu8990 | 2016-03-29 22:11:40 +0530 |
---|---|---|
committer | siddhu8990 | 2016-03-29 22:11:40 +0530 |
commit | d0dae962944e7fdb42bca7d0aa80055c44881b45 (patch) | |
tree | e315bbe940e601a177d4ff584976fb05ff05e08c /2.3-1/macros/findDeps/getAllInterfaces.sci | |
parent | 7198d73fe85d35ef63a88e3c5cc87dc9bbd24ccb (diff) | |
download | Scilab2C-d0dae962944e7fdb42bca7d0aa80055c44881b45.tar.gz Scilab2C-d0dae962944e7fdb42bca7d0aa80055c44881b45.tar.bz2 Scilab2C-d0dae962944e7fdb42bca7d0aa80055c44881b45.zip |
Function conversion using scilab2c call (not working)
Diffstat (limited to '2.3-1/macros/findDeps/getAllInterfaces.sci')
-rw-r--r-- | 2.3-1/macros/findDeps/getAllInterfaces.sci | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/2.3-1/macros/findDeps/getAllInterfaces.sci b/2.3-1/macros/findDeps/getAllInterfaces.sci index 9818071f..5bef0c6f 100644 --- a/2.3-1/macros/findDeps/getAllInterfaces.sci +++ b/2.3-1/macros/findDeps/getAllInterfaces.sci @@ -129,8 +129,8 @@ function allInterfaces = getAllInterfaces(Target) "src/c/signalProcessing/interfaces/int_fftshift.h" "src/c/signalProcessing/interfaces/int_fft.h" "src/c/signalProcessing/interfaces/int_lev.h" - "src/c/implicitList/int_OpColon.h" - "src/c/differential_calculus/interfaces/int_ode.h"]; + "src/c/implicitList/int_OpColon.h"]; + //"src/c/differential_calculus/interfaces/int_ode.h"]; //Interface files required for "Arduino" output Arduino_interfaces = [ |