X-Git-Url: http://git.treefish.org/~alex/phys/heatbath.git/blobdiff_plain/eb8194d0b056a8a616c23532966faafbc3f24be4..3c0d4377f0e0c7ed6df154aaf0b7cdf7442571af:/heatbath.cpp?ds=sidebyside diff --git a/heatbath.cpp b/heatbath.cpp index a6f0859..0c1348d 100644 --- a/heatbath.cpp +++ b/heatbath.cpp @@ -14,6 +14,12 @@ #elif ALGORITHM_1MRPLUS #define ALGORITHM "1mr+" #include "sim-1mr+.hpp" +#elif ALGORITHM_1MRMINUS +#define ALGORITHM "1mr-" +#include "sim-1mr-.hpp" +#elif ALGORITHM_RMINUS +#define ALGORITHM "r-" +#include "sim-r-.hpp" #else #error NO UPDATE-ALGORITHM DEFINED! #endif