X-Git-Url: http://git.treefish.org/~alex/phys/heatbath.git/blobdiff_plain/09b0afefa6eee4c5ea13bda45328dfa619155f30..eb8194d0b056a8a616c23532966faafbc3f24be4:/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