diff options
author | jofret | 2009-06-05 09:58:16 +0000 |
---|---|---|
committer | jofret | 2009-06-05 09:58:16 +0000 |
commit | 6e42461ffe6be123c317df22208920bb42e0149b (patch) | |
tree | db1c6c613526c0f7baa71060282351fbe6e5b6b3 /macros/findDeps | |
parent | c6f7c27445a83477c614c7eda110f45d0e6283ac (diff) | |
download | scilab2c-6e42461ffe6be123c317df22208920bb42e0149b.tar.gz scilab2c-6e42461ffe6be123c317df22208920bb42e0149b.tar.bz2 scilab2c-6e42461ffe6be123c317df22208920bb42e0149b.zip |
OpLogEq management
Diffstat (limited to 'macros/findDeps')
-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 e1cce77b..7fc5afd0 100644 --- a/macros/findDeps/getAllInterfaces.sci +++ b/macros/findDeps/getAllInterfaces.sci @@ -81,6 +81,7 @@ function allInterfaces = getAllInterfaces() "src/c/statisticsFunctions/interfaces/int_variance.h" "src/c/statisticsFunctions/interfaces/int_sum.h" "src/c/operations/interfaces/int_OpEqual.h" + "src/c/operations/interfaces/int_OpLogEq.h" "src/c/operations/interfaces/int_OpDotStar.h" "src/c/operations/interfaces/int_OpDotSlash.h" "src/c/operations/interfaces/int_OpBackSlash.h" |