diff options
Diffstat (limited to 'src/c/matrixOperations/hilb/testHilbert.c')
-rw-r--r-- | src/c/matrixOperations/hilb/testHilbert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c/matrixOperations/hilb/testHilbert.c b/src/c/matrixOperations/hilb/testHilbert.c index 5a2029aa..2dab1a01 100644 --- a/src/c/matrixOperations/hilb/testHilbert.c +++ b/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 |