diff options
author | torset | 2009-01-08 14:26:10 +0000 |
---|---|---|
committer | torset | 2009-01-08 14:26:10 +0000 |
commit | 25344ff9abbbfa7aa30b840ba06781de9f0907bd (patch) | |
tree | a4600d6723cbffd0fe3dab468efbb1a41a7ad600 /src/matrixOperations/logm/testDoubleLogm.c | |
parent | 1726f7324a2af76a580e5be58441d95548859eed (diff) | |
download | scilab2c-25344ff9abbbfa7aa30b840ba06781de9f0907bd.tar.gz scilab2c-25344ff9abbbfa7aa30b840ba06781de9f0907bd.tar.bz2 scilab2c-25344ff9abbbfa7aa30b840ba06781de9f0907bd.zip |
nomsg
Diffstat (limited to 'src/matrixOperations/logm/testDoubleLogm.c')
-rw-r--r-- | src/matrixOperations/logm/testDoubleLogm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/matrixOperations/logm/testDoubleLogm.c b/src/matrixOperations/logm/testDoubleLogm.c index 0a4e3405..44deb745 100644 --- a/src/matrixOperations/logm/testDoubleLogm.c +++ b/src/matrixOperations/logm/testDoubleLogm.c @@ -15,7 +15,6 @@ #include <math.h> #include <stdio.h> #include "logm.h" -#include "logm_internal.h" static void dlogmaTest(void){ } |