summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjofret2009-06-05 09:58:16 +0000
committerjofret2009-06-05 09:58:16 +0000
commit6e42461ffe6be123c317df22208920bb42e0149b (patch)
treedb1c6c613526c0f7baa71060282351fbe6e5b6b3
parentc6f7c27445a83477c614c7eda110f45d0e6283ac (diff)
downloadscilab2c-6e42461ffe6be123c317df22208920bb42e0149b.tar.gz
scilab2c-6e42461ffe6be123c317df22208920bb42e0149b.tar.bz2
scilab2c-6e42461ffe6be123c317df22208920bb42e0149b.zip
OpLogEq management
-rw-r--r--includes/sci2clib.h10
-rw-r--r--macros/findDeps/getAllInterfaces.sci1
-rw-r--r--src/c/operations/interfaces/int_OpLogEq.h (renamed from macros/CFiles/sci2cincludes/OpLogEq.h)0
3 files changed, 9 insertions, 2 deletions
diff --git a/includes/sci2clib.h b/includes/sci2clib.h
index f12afe47..6ff407c4 100644
--- a/includes/sci2clib.h
+++ b/includes/sci2clib.h
@@ -1,9 +1,11 @@
+#ifndef __SCI2CLIB_H__
+#define __SCI2CLIB_H__
+
#define SCI2Cint int
#include <stdlib.h>
#include <string.h>
#include <math.h>
/* #include "SCI2CMacroInterface.h" */
-/* #include "constant.h" */
/* #include "notFound.h" */
/* #include "doubleComplex.h" */
/* #include "floatComplex.h" */
@@ -23,6 +25,8 @@
/* #include "OpLogNot.h" */
/* #include "ConvertPrecision.h" */
+/* CONSTANT */
+#include "constant.h"
/* LIB */
/* interfacing lapack */
@@ -178,7 +182,8 @@
#include "int_OpDotSlash.h"
#include "int_OpBackSlash.h"
#include "int_OpDotBackSlash.h"
-
+/* interfacing comparison */
+#include "int_OpLogEq.h"
/* MATRIX OPERATIONS */
@@ -268,3 +273,4 @@
/* interfacing imag */
#include "int_imag.h"
+#endif /* !__SCI2CLIB_H__ */
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"
diff --git a/macros/CFiles/sci2cincludes/OpLogEq.h b/src/c/operations/interfaces/int_OpLogEq.h
index b15a8b6a..b15a8b6a 100644
--- a/macros/CFiles/sci2cincludes/OpLogEq.h
+++ b/src/c/operations/interfaces/int_OpLogEq.h