X-Git-Url: http://git.treefish.org/~alex/phys/heatbath.git/blobdiff_plain/09b0afefa6eee4c5ea13bda45328dfa619155f30..4b4dcf9a4b5a913c1574a9cc1aa479f1aa35a003:/heatbath.cpp?ds=sidebyside diff --git a/heatbath.cpp b/heatbath.cpp index ffa1f6e..a6f0859 100644 --- a/heatbath.cpp +++ b/heatbath.cpp @@ -11,6 +11,9 @@ #elif ALGORITHM_1MR #define ALGORITHM "1mr" #include "sim-1mr.hpp" +#elif ALGORITHM_1MRPLUS +#define ALGORITHM "1mr+" +#include "sim-1mr+.hpp" #else #error NO UPDATE-ALGORITHM DEFINED! #endif