summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorjofret2009-06-02 13:40:53 +0000
committerjofret2009-06-02 13:40:53 +0000
commit25f850906710d1da7291f48fa4cb89c4d82ca33b (patch)
treeed2d659ae4c8d2ee8c1ac5e41d9ad4676999467f /macros
parent194c3b4f435824542675d094efc4b25c7a26adcc (diff)
downloadscilab2c-25f850906710d1da7291f48fa4cb89c4d82ca33b.tar.gz
scilab2c-25f850906710d1da7291f48fa4cb89c4d82ca33b.tar.bz2
scilab2c-25f850906710d1da7291f48fa4cb89c4d82ca33b.zip
Correct mistakes
Diffstat (limited to 'macros')
-rw-r--r--macros/findDeps/getAllInterfaces.sci19
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"