summaryrefslogtreecommitdiff
path: root/src/c/matrixOperations/interfaces
diff options
context:
space:
mode:
authorsimon2009-08-24 11:04:41 +0000
committersimon2009-08-24 11:04:41 +0000
commit5814413d010ab5d43cfef5391f2444e3842ba004 (patch)
tree81f9b3d29881e4036c2cb4c038bb2d965c3b76c0 /src/c/matrixOperations/interfaces
parent1480d3bdd424ea9f3af3702573fd5d6d60f0bb16 (diff)
downloadscilab2c-5814413d010ab5d43cfef5391f2444e3842ba004.tar.gz
scilab2c-5814413d010ab5d43cfef5391f2444e3842ba004.tar.bz2
scilab2c-5814413d010ab5d43cfef5391f2444e3842ba004.zip
corrected OpCc interface
added convenience mixed types functions in matrixDivision header
Diffstat (limited to 'src/c/matrixOperations/interfaces')
-rw-r--r--src/c/matrixOperations/interfaces/int_OpCc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c/matrixOperations/interfaces/int_OpCc.h b/src/c/matrixOperations/interfaces/int_OpCc.h
index 44d30d70..2cd3d558 100644
--- a/src/c/matrixOperations/interfaces/int_OpCc.h
+++ b/src/c/matrixOperations/interfaces/int_OpCc.h
@@ -78,6 +78,7 @@
#define c2c0OpCcc2(in1,size,in2,out) { floatComplex temp = in2; \
crowcata(in1, size[0], size[1],&temp, 1, 1, out);\
+ }
#define z2z0OpCcz2(in1,size,in2,out) { doubleComplex temp =in2; \
zrowcata(in1, size[0], size[1],&temp, 1, 1, out);\