diff options
author | jofret | 2009-06-02 13:40:53 +0000 |
---|---|---|
committer | jofret | 2009-06-02 13:40:53 +0000 |
commit | 25f850906710d1da7291f48fa4cb89c4d82ca33b (patch) | |
tree | ed2d659ae4c8d2ee8c1ac5e41d9ad4676999467f /macros | |
parent | 194c3b4f435824542675d094efc4b25c7a26adcc (diff) | |
download | scilab2c-25f850906710d1da7291f48fa4cb89c4d82ca33b.tar.gz scilab2c-25f850906710d1da7291f48fa4cb89c4d82ca33b.tar.bz2 scilab2c-25f850906710d1da7291f48fa4cb89c4d82ca33b.zip |
Correct mistakes
Diffstat (limited to 'macros')
-rw-r--r-- | macros/findDeps/getAllInterfaces.sci | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/macros/findDeps/getAllInterfaces.sci b/macros/findDeps/getAllInterfaces.sci index 4894a862..e1cce77b 100644 --- a/macros/findDeps/getAllInterfaces.sci +++ b/macros/findDeps/getAllInterfaces.sci @@ -80,15 +80,16 @@ function allInterfaces = getAllInterfaces() "src/c/statisticsFunctions/interfaces/int_prod.h" "src/c/statisticsFunctions/interfaces/int_variance.h" "src/c/statisticsFunctions/interfaces/int_sum.h" - "src/c/operations/interface/int_OpEqual.h" - "src/c/operations/interface/int_OpDotStar.h" - "src/c/operations/interface/int_OpDotSlash.h" - "src/c/operations/interface/int_OpBackSlash.h" - "src/c/operations/interface/int_OpDotBackSlash.h" - "src/c/operations/interface/int_OpSlash.h" - "src/c/operations/interface/int_OpPlus.h" - "src/c/operations/interface/int_OpMinus.h" - "src/c/operations/interface/int_OpStar.h" + "src/c/operations/interfaces/int_OpEqual.h" + "src/c/operations/interfaces/int_OpDotStar.h" + "src/c/operations/interfaces/int_OpDotSlash.h" + "src/c/operations/interfaces/int_OpBackSlash.h" + "src/c/operations/interfaces/int_OpDotBackSlash.h" + "src/c/operations/interfaces/int_OpSlash.h" + "src/c/operations/interfaces/int_OpPlus.h" + "src/c/operations/interfaces/int_OpMinus.h" + "src/c/operations/interfaces/int_OpStar.h" + "src/c/operations/interfaces/int_OpExt.h" "src/c/string/interfaces/int_disp.h" "src/c/signalProcessing/interfaces/int_ifft.h" "src/c/signalProcessing/interfaces/int_lpc2cep.h" |