diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-07-18 16:10:34 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-07-18 16:10:34 -0400 |
commit | 8a9793881d3dfa13440c516691144fd6cefa29db (patch) | |
tree | 06c37d39b889a4dbc0a2fdbf21ae8f2d462b3208 /src/wolff_heisenberg.cpp | |
parent | b6b6235e9563b003e1932fd757b947e5a2eb9c9a (diff) | |
download | c++-8a9793881d3dfa13440c516691144fd6cefa29db.tar.gz c++-8a9793881d3dfa13440c516691144fd6cefa29db.tar.bz2 c++-8a9793881d3dfa13440c516691144fd6cefa29db.zip |
some reorganization
Diffstat (limited to 'src/wolff_heisenberg.cpp')
-rw-r--r-- | src/wolff_heisenberg.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wolff_heisenberg.cpp b/src/wolff_heisenberg.cpp index 5403b49..ad3f3c6 100644 --- a/src/wolff_heisenberg.cpp +++ b/src/wolff_heisenberg.cpp @@ -138,6 +138,8 @@ int main(int argc, char *argv[]) { free(H); + fftw_cleanup(); + return 0; } |