diff options
author | Guenter Geiger <ggeiger@users.sourceforge.net> | 2003-06-12 12:25:35 +0000 |
---|---|---|
committer | Guenter Geiger <ggeiger@users.sourceforge.net> | 2003-06-12 12:25:35 +0000 |
commit | c6808a00a77ac3cd325e536b1e11a89ed6360c58 (patch) | |
tree | beec658f2d52e054bff41b89e14bd9b687093051 | |
parent | 92649e745cbbe710ffa3bec1504f877f93fa34aa (diff) |
only needs m_pd.h, m_imp.h can not be used standalone in 0.37 anymore
svn path=/trunk/externals/cxc/; revision=696
-rw-r--r-- | mean.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ standard deviation + histogram */ -#include "m_imp.h" -//#include "m_pd.h" + +#include "m_pd.h" #include <math.h> //#include <stdlib.h> |