aboutsummaryrefslogtreecommitdiff
path: root/src/statistics.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2009-11-25 16:19:05 +0100
committerThomas White <taw@physics.org>2009-11-25 16:19:05 +0100
commit76cbb192f4abdd5f5c280cee964357c64364c783 (patch)
treeee643b3122cc168c9c6cdcbeb03ffeb8bfed69e7 /src/statistics.h
parent36addbc39e3d1a9da88959b6c07af9438402b016 (diff)
Introduce integr_sim
Diffstat (limited to 'src/statistics.h')
-rw-r--r--src/statistics.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/statistics.h b/src/statistics.h
new file mode 100644
index 00000000..bc8184ca
--- /dev/null
+++ b/src/statistics.h
@@ -0,0 +1,22 @@
+/*
+ * statistics.h
+ *
+ * Structure-factor statistics
+ *
+ * (c) 2007-2009 Thomas White <thomas.white@desy.de>
+ *
+ * integr_sim - Test relrod integration
+ *
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#ifndef STATISTICS_H
+#define STATISTICS_H
+
+double stat_r2(double *obs, double *calc, unsigned int *c, int size,
+ double *scalep);
+
+#endif /* STATISTICS_H */