X-Git-Url: http://git.treefish.org/~alex/phys/heatbath.git/blobdiff_plain/27831e49e1397b5f7d5c52ff7ec120b543f044ab..42525a1e9b53ed082fbacce84caf8cff6b4219bc:/heatbath.cpp 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