summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjofret2010-03-23 11:01:09 +0000
committerjofret2010-03-23 11:01:09 +0000
commitaaa183c988d49174a44e27948fb7de4533fb688c (patch)
tree83519ba8c79f979c3dc94f8476f6b8880eddb145 /src
parent30984c3e2d78676a9138aca4c84ea2124f1074bd (diff)
downloadscilab2c-aaa183c988d49174a44e27948fb7de4533fb688c.tar.gz
scilab2c-aaa183c988d49174a44e27948fb7de4533fb688c.tar.bz2
scilab2c-aaa183c988d49174a44e27948fb7de4533fb688c.zip
hilbert.h -> hilb.h to avoid confusion with signal processing
Diffstat (limited to 'src')
-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__ */