diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-10-11 14:25:11 +0200 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-10-11 14:25:11 +0200 |
commit | 6308773c0b6b745d49d20dc2afd6ab7ec63cb996 (patch) | |
tree | a60fc6397eed84b5286bd22952d7331489e70b15 /free_energy.cpp | |
parent | 2083cff9581c3953ebdfa9a9ff951016c0ffc8b5 (diff) | |
download | code-6308773c0b6b745d49d20dc2afd6ab7ec63cb996.tar.gz code-6308773c0b6b745d49d20dc2afd6ab7ec63cb996.tar.bz2 code-6308773c0b6b745d49d20dc2afd6ab7ec63cb996.zip |
Refactoring.
Diffstat (limited to 'free_energy.cpp')
-rw-r--r-- | free_energy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/free_energy.cpp b/free_energy.cpp index 2bc2a0e..148423f 100644 --- a/free_energy.cpp +++ b/free_energy.cpp @@ -1,7 +1,7 @@ #include <iostream> #include <iomanip> -#include "rbmp.hpp" +#include "aztec.hpp" int main(int argc, char* argv[]) { unsigned n = 100; |