X-Git-Url: http://git.treefish.org/~alex/phys/heatbath.git/blobdiff_plain/eb8194d0b056a8a616c23532966faafbc3f24be4..0b059f97536bd764b5093652c93b0d060565a90d:/heatbath.cpp?ds=sidebyside diff --git a/heatbath.cpp b/heatbath.cpp index a6f0859..6491da9 100644 --- a/heatbath.cpp +++ b/heatbath.cpp @@ -14,6 +14,15 @@ #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" +#elif ALGORITHM_RPLUS +#define ALGORITHM "r+" +#include "sim-r+.hpp" #else #error NO UPDATE-ALGORITHM DEFINED! #endif