diff options
-rw-r--r-- | src/c/matrixOperations/includes/hilb.h (renamed from src/c/matrixOperations/includes/hilbert.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/c/matrixOperations/includes/hilbert.h b/src/c/matrixOperations/includes/hilb.h index 15f233fe..65efd0e2 100644 --- a/src/c/matrixOperations/includes/hilbert.h +++ b/src/c/matrixOperations/includes/hilb.h @@ -10,8 +10,8 @@ * */ -#ifndef __HILBERT_H__ -#define __HILBERT_H__ +#ifndef __HILB_H__ +#define __HILB_H__ #include "dynlib_matrixoperations.h" #include "floatComplex.h" @@ -42,5 +42,5 @@ EXTERN_MATOPS void dhilba ( double* out, int size ) ; } /* extern "C" */ #endif -#endif /* !__HILBERT_H__ */ +#endif /* !__HILB_H__ */ |