X-Git-Url: http://git.treefish.org/~alex/phys/heatbath.git/blobdiff_plain/4b4dcf9a4b5a913c1574a9cc1aa479f1aa35a003..dca762861c66d8782be31811822812d347ee4577:/heatbath.cpp 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