summaryrefslogtreecommitdiff
path: root/2.3-1/src/c/matrixOperations/cat
diff options
context:
space:
mode:
Diffstat (limited to '2.3-1/src/c/matrixOperations/cat')
-rw-r--r--2.3-1/src/c/matrixOperations/cat/ccata.c2
-rw-r--r--2.3-1/src/c/matrixOperations/cat/zcata.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/2.3-1/src/c/matrixOperations/cat/ccata.c b/2.3-1/src/c/matrixOperations/cat/ccata.c
index 88106a87..a6ac6cf0 100644
--- a/2.3-1/src/c/matrixOperations/cat/ccata.c
+++ b/2.3-1/src/c/matrixOperations/cat/ccata.c
@@ -26,7 +26,7 @@ void crowcata(floatComplex *in1, int lines1, int columns1, floatComplex *in2, i
{
for (j = 0 ; j < lines1 ; ++j)
{
- //out[i*(lines1 + lines2) + j] = in1[i*lines1 + j];
+ /*out[i*(lines1 + lines2) + j] = in1[i*lines1 + j];*/
}
for (j = 0 ; j < lines2 ; ++j)
{
diff --git a/2.3-1/src/c/matrixOperations/cat/zcata.c b/2.3-1/src/c/matrixOperations/cat/zcata.c
index 30d50eea..bfb6e922 100644
--- a/2.3-1/src/c/matrixOperations/cat/zcata.c
+++ b/2.3-1/src/c/matrixOperations/cat/zcata.c
@@ -26,7 +26,7 @@ void zrowcata(doubleComplex *in1, int lines1, int columns1, doubleComplex *in2,
{
for (j = 0 ; j < lines1 ; ++j)
{
- //out[i*(lines1 + lines2) + j] = in1[i*lines1 + j];
+ /*out[i*(lines1 + lines2) + j] = in1[i*lines1 + j];*/
}
for (j = 0 ; j < lines2 ; ++j)
{