summaryrefslogtreecommitdiff
path: root/lib/measurement.h
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-06-28 14:20:25 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-06-28 14:20:25 -0400
commit3eb67e3bca774eb0441db60158e1968ad901273b (patch)
tree5250190f9230b129b4d82a9d23cc5ae6547a6b8d /lib/measurement.h
parent25781a4041fa75a3394949d111be3abbefc97c26 (diff)
downloadc++-3eb67e3bca774eb0441db60158e1968ad901273b.tar.gz
c++-3eb67e3bca774eb0441db60158e1968ad901273b.tar.bz2
c++-3eb67e3bca774eb0441db60158e1968ad901273b.zip
cleaned up the operation of the finite-group wolff code
Diffstat (limited to 'lib/measurement.h')
-rw-r--r--lib/measurement.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/measurement.h b/lib/measurement.h
index 46c034f..eaa260b 100644
--- a/lib/measurement.h
+++ b/lib/measurement.h
@@ -24,11 +24,6 @@ typedef struct {
double O2;
} autocorr_t;
-typedef struct {
- void (*f)(state_finite_t *, void *);
- void *data;
-} measurement_t;
-
void meas_update(meas_t *m, double x);
double meas_dx(const meas_t *m);