From c740030d9faa5fd160f1bb1b311c5efd6d0d532c Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 30 Jul 2009 08:36:46 +0000 Subject: added all stdevf-related files (except interfaces) updated the Makefile.am remove remaing printf from scolumnvariancefa --- src/c/statisticsFunctions/includes/variancef.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/c/statisticsFunctions/includes/variancef.h') diff --git a/src/c/statisticsFunctions/includes/variancef.h b/src/c/statisticsFunctions/includes/variancef.h index e86a65eb..e682a187 100644 --- a/src/c/statisticsFunctions/includes/variancef.h +++ b/src/c/statisticsFunctions/includes/variancef.h @@ -10,8 +10,8 @@ * */ -#ifndef __VARIANCE_H__ -#define __VARIANCE_H__ +#ifndef __VARIANCEF_H__ +#define __VARIANCEF_H__ #include #include @@ -114,4 +114,4 @@ EXTERN_STATFUNC void zcolumnvariancefa(doubleComplex *in1, int lines, int colum #endif -#endif /* !__VARIANCE_H__ */ +#endif /* !__VARIANCEF_H__ */ -- cgit