diff options
Diffstat (limited to 'macros/findDeps/getAllInterfaces.sci')
-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" |