summaryrefslogtreecommitdiff
path: root/lib/wolff.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wolff.h')
-rw-r--r--lib/wolff.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/wolff.h b/lib/wolff.h
index d3bc412..4270f33 100644
--- a/lib/wolff.h
+++ b/lib/wolff.h
@@ -36,7 +36,5 @@ cluster_t *flip_cluster(const graph_t *g, const double *ps, bool *x,
graph_t *graph_add_ext(const graph_t *g);
-double *get_bond_probs(double T, double H, ising_state_t *s);
-
uint32_t wolff_step(double T, double H, ising_state_t *s, gsl_rng *r,
double *ps);