diff options
author | jofret | 2009-01-29 09:35:46 +0000 |
---|---|---|
committer | jofret | 2009-01-29 09:35:46 +0000 |
commit | 6ba8e77c76ca0428bc7c609f15275fae6a98da92 (patch) | |
tree | da723f6b7c4641a5fce5ae0b7b2aeb44d4b421c0 /src/matrixOperations/multiplication | |
parent | fe69bed57f418892b670c250bd0436fcd39cf666 (diff) | |
download | scilab2c-6ba8e77c76ca0428bc7c609f15275fae6a98da92.tar.gz scilab2c-6ba8e77c76ca0428bc7c609f15275fae6a98da92.tar.bz2 scilab2c-6ba8e77c76ca0428bc7c609f15275fae6a98da92.zip |
enable WITHOUT_BLAS
Diffstat (limited to 'src/matrixOperations/multiplication')
-rw-r--r-- | src/matrixOperations/multiplication/zmulma.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/matrixOperations/multiplication/zmulma.c b/src/matrixOperations/multiplication/zmulma.c index 73df3d52..f0407baa 100644 --- a/src/matrixOperations/multiplication/zmulma.c +++ b/src/matrixOperations/multiplication/zmulma.c @@ -80,7 +80,6 @@ void zmulma(doubleComplex *in1, int lines1, int columns1, free(RealOut); free(ImagOut); #else - */ /* ** DO NOT USE ANY BLAS FUNCTION. */ |