diff options
author | Sandeep Gupta | 2017-06-19 17:02:45 +0530 |
---|---|---|
committer | Sandeep Gupta | 2017-06-19 17:02:45 +0530 |
commit | 362bd2337910fec57d854ebb179772efe552f929 (patch) | |
tree | 040d989509f05fb8b48b7301dccb278f33305a7c /macros/findDeps/getAllInterfaces.sci | |
parent | 277d1edfa17bf3719d90ddbac8e31f6181e952c3 (diff) | |
download | scilab2c-362bd2337910fec57d854ebb179772efe552f929.tar.gz scilab2c-362bd2337910fec57d854ebb179772efe552f929.tar.bz2 scilab2c-362bd2337910fec57d854ebb179772efe552f929.zip |
19-June-2017
Diffstat (limited to 'macros/findDeps/getAllInterfaces.sci')
-rw-r--r-- | macros/findDeps/getAllInterfaces.sci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/findDeps/getAllInterfaces.sci b/macros/findDeps/getAllInterfaces.sci index c9852122..08171a5b 100644 --- a/macros/findDeps/getAllInterfaces.sci +++ b/macros/findDeps/getAllInterfaces.sci @@ -32,7 +32,7 @@ function allInterfaces = getAllInterfaces(SharedInfo) "src/c/type/int_real.h" "src/c/matrixOperations/interfaces/int_vmagn.h" "src/c/matrixOperations/interfaces/int_ones.h" - "src/c/matrixOperations/interfaces/int_spec.h" + "src/c/linearAlgebra/interfaces/int_spec.h" "src/c/matrixOperations/interfaces/int_cat.h" "src/c/matrixOperations/interfaces/int_zeros.h" "src/c/matrixOperations/interfaces/int_OpBackSlash.h" |