diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/wolff.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wolff.c b/src/wolff.c index 81906fa..a8266ff 100644 --- a/src/wolff.c +++ b/src/wolff.c @@ -175,8 +175,6 @@ int main(int argc, char *argv[]) { dC / h->nv, X / h->nv, dX / h->nv); fclose(outfile); - free(bond_probs); - if (output_state) { FILE *state_file = fopen("state.dat", "a"); for (uint32_t i = 0; i < h->nv; i++) { |