X-Git-Url: http://git.treefish.org/~alex/phys/heatbath.git/blobdiff_plain/b29c28bcd466d938ffd95887abef67dc1491bd50..f8404381b68488f69fd0875e5918900ba698b691:/heatbath.cpp?ds=inline diff --git a/heatbath.cpp b/heatbath.cpp index 9744b33..8464a05 100644 --- a/heatbath.cpp +++ b/heatbath.cpp @@ -17,6 +17,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