diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-18 23:02:43 -0300 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-18 23:02:43 -0300 |
commit | e4ab12ce914b2471355a99943b58c5b274d8754c (patch) | |
tree | ce730c80936dba6ed4ac82e210cd5b7faddbc258 /integrator.cpp | |
parent | 92bd43e33e79a7d682267d3f6054e8b1dd9d00db (diff) | |
download | code-e4ab12ce914b2471355a99943b58c5b274d8754c.tar.gz code-e4ab12ce914b2471355a99943b58c5b274d8754c.tar.bz2 code-e4ab12ce914b2471355a99943b58c5b274d8754c.zip |
Refactor
Diffstat (limited to 'integrator.cpp')
-rw-r--r-- | integrator.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/integrator.cpp b/integrator.cpp index 7e5c512..4f8246d 100644 --- a/integrator.cpp +++ b/integrator.cpp @@ -1,4 +1,5 @@ #include "fourier.hpp" +#include "p-spin.hpp" #include <fstream> #include <fftw3.h> #include <getopt.h> |