diff options
author | jofret | 2010-03-23 12:31:46 +0000 |
---|---|---|
committer | jofret | 2010-03-23 12:31:46 +0000 |
commit | bdd5d87686fbfc8f9b54a1f2b928d8e7511326f8 (patch) | |
tree | fb4012d290a946aaebc6a48f0f0d05a5e2bd80ce | |
parent | 5ef444b1d76a7e4a3a34e2b8fe7dcbe5b383b9bf (diff) | |
download | scilab2c-bdd5d87686fbfc8f9b54a1f2b928d8e7511326f8.tar.gz scilab2c-bdd5d87686fbfc8f9b54a1f2b928d8e7511326f8.tar.bz2 scilab2c-bdd5d87686fbfc8f9b54a1f2b928d8e7511326f8.zip |
change header
-rw-r--r-- | scilab2c/src/c/matrixOperations/hilb/testHilbert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scilab2c/src/c/matrixOperations/hilb/testHilbert.c b/scilab2c/src/c/matrixOperations/hilb/testHilbert.c index 5a2029aa..2dab1a01 100644 --- a/scilab2c/src/c/matrixOperations/hilb/testHilbert.c +++ b/scilab2c/src/c/matrixOperations/hilb/testHilbert.c @@ -14,7 +14,7 @@ #include <stdio.h> #include <assert.h> #include <math.h> -#include "hilbert.h" +#include "hilb.h" #define SIZE 6 |