summaryrefslogtreecommitdiff
path: root/examples/simple_measurement.hpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-10-21 00:39:34 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-10-21 00:39:34 -0400
commit44b83cecee297360d18ef3cf96bf0e2a41c699af (patch)
tree0fde9456e726156a659400b7591fd1401643fbe7 /examples/simple_measurement.hpp
parenta57928e1ef11d54a3e8b6b6de42013952b1cbf8e (diff)
downloadc++-44b83cecee297360d18ef3cf96bf0e2a41c699af.tar.gz
c++-44b83cecee297360d18ef3cf96bf0e2a41c699af.tar.bz2
c++-44b83cecee297360d18ef3cf96bf0e2a41c699af.zip
measurement virtual hooks now defined to be trivial by default
Diffstat (limited to 'examples/simple_measurement.hpp')
-rw-r--r--examples/simple_measurement.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/simple_measurement.hpp b/examples/simple_measurement.hpp
index f98cfe6..217f4f0 100644
--- a/examples/simple_measurement.hpp
+++ b/examples/simple_measurement.hpp
@@ -68,8 +68,6 @@ class simple_measurement : public measurement<R_t, X_t> {
#endif
}
- void ghost_site_transformed(const system<R_t, X_t>&, const R_t&) {}
-
void post_cluster(N_t, N_t, const system<R_t, X_t>&) {
totalE += E;
totalM += M;