diff options
author | Abhinav Dronamraju | 2017-07-11 20:21:06 +0530 |
---|---|---|
committer | Abhinav Dronamraju | 2017-07-11 20:21:06 +0530 |
commit | ac678b361d87222c0c40511ce060f79e9bdabd30 (patch) | |
tree | 9f7a7d3ae24a64945cec63bdb3c92459106d4bf6 /macros/findDeps/getAllInterfaces.sci | |
parent | 21ec96e73b9e5244421f04f9a2e1207612391fca (diff) | |
parent | 3a663776e10700ca37e158de8ed580ecbfda0088 (diff) | |
download | Scilab2C_fossee_old-ac678b361d87222c0c40511ce060f79e9bdabd30.tar.gz Scilab2C_fossee_old-ac678b361d87222c0c40511ce060f79e9bdabd30.tar.bz2 Scilab2C_fossee_old-ac678b361d87222c0c40511ce060f79e9bdabd30.zip |
Ankit's changes
Diffstat (limited to 'macros/findDeps/getAllInterfaces.sci')
-rw-r--r-- | macros/findDeps/getAllInterfaces.sci | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/findDeps/getAllInterfaces.sci b/macros/findDeps/getAllInterfaces.sci index c7924a3..da910a0 100644 --- a/macros/findDeps/getAllInterfaces.sci +++ b/macros/findDeps/getAllInterfaces.sci @@ -62,6 +62,7 @@ function allInterfaces = getAllInterfaces(SharedInfo) "src/c/matrixOperations/interfaces/int_permute.h" "src/c/matrixOperations/interfaces/int_norm.h" "src/c/matrixOperations/interfaces/int_toeplitz.h" + "src/c/matrixOperations/interfaces/int_cross.h" "src/c/interpolation/interfaces/int_interp1.h" "src/c/elementaryFunctions/interfaces/int_nextpow2.h" "src/c/elementaryFunctions/interfaces/int_gcd.h" |