X-Git-Url: http://git.treefish.org/~alex/phys/heatbath.git/blobdiff_plain/b29c28bcd466d938ffd95887abef67dc1491bd50..979aa454d4235ce0be803a387828587521bf2884:/heatbath.cpp?ds=sidebyside diff --git a/heatbath.cpp b/heatbath.cpp index 9744b33..8df557b 100644 --- a/heatbath.cpp +++ b/heatbath.cpp @@ -1,4 +1,5 @@ #include +#include #include "latlib/o815/o815.h" @@ -17,6 +18,18 @@ #elif ALGORITHM_AORMOR #include "sim-nonmetro.hpp" #define ALGORITHM "AorMor" +#elif ALGORITHM_AORM0 +#include "sim-nonmetro.hpp" +#define ALGORITHM "AorM0" +#elif ALGORITHM_AHBM0 +#include "sim-nonmetro.hpp" +#define ALGORITHM "AhbM0" +#elif ALGORITHM_A0MOR +#include "sim-nonmetro.hpp" +#define ALGORITHM "A0Mor" +#elif ALGORITHM_A0MHB +#include "sim-nonmetro.hpp" +#define ALGORITHM "A0Mhb" #else #error NO UPDATE-ALGORITHM DEFINED! #endif