diff options
author | jofret | 2009-06-05 10:01:32 +0000 |
---|---|---|
committer | jofret | 2009-06-05 10:01:32 +0000 |
commit | 462563271edd528e1785ed30beff1683f1859ac2 (patch) | |
tree | e81a964fb3e46f07dbc9dafb17f7dc28437b5d54 | |
parent | 6e42461ffe6be123c317df22208920bb42e0149b (diff) | |
download | scilab2c-462563271edd528e1785ed30beff1683f1859ac2.tar.gz scilab2c-462563271edd528e1785ed30beff1683f1859ac2.tar.bz2 scilab2c-462563271edd528e1785ed30beff1683f1859ac2.zip |
OpLogNe management
-rw-r--r-- | includes/sci2clib.h | 1 | ||||
-rw-r--r-- | macros/findDeps/getAllInterfaces.sci | 1 | ||||
-rw-r--r-- | src/c/operations/interfaces/int_OpLogNe.h (renamed from macros/CFiles/sci2cincludes/OpLogNe.h) | 0 |
3 files changed, 2 insertions, 0 deletions
diff --git a/includes/sci2clib.h b/includes/sci2clib.h index 6ff407c4..b6ac037a 100644 --- a/includes/sci2clib.h +++ b/includes/sci2clib.h @@ -184,6 +184,7 @@ #include "int_OpDotBackSlash.h" /* interfacing comparison */ #include "int_OpLogEq.h" +#include "int_OpLogNe.h" /* MATRIX OPERATIONS */ diff --git a/macros/findDeps/getAllInterfaces.sci b/macros/findDeps/getAllInterfaces.sci index 7fc5afd0..96d9a960 100644 --- a/macros/findDeps/getAllInterfaces.sci +++ b/macros/findDeps/getAllInterfaces.sci @@ -82,6 +82,7 @@ function allInterfaces = getAllInterfaces() "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_OpLogNe.h" "src/c/operations/interfaces/int_OpDotStar.h" "src/c/operations/interfaces/int_OpDotSlash.h" "src/c/operations/interfaces/int_OpBackSlash.h" diff --git a/macros/CFiles/sci2cincludes/OpLogNe.h b/src/c/operations/interfaces/int_OpLogNe.h index 238ef483..238ef483 100644 --- a/macros/CFiles/sci2cincludes/OpLogNe.h +++ b/src/c/operations/interfaces/int_OpLogNe.h |