X-Git-Url: http://git.treefish.org/~alex/phys/heatbath.git/blobdiff_plain/2845de363d157f4e7b3ad37c4d4b13a8d77bf449..1e40554e2ce173b9f7be0734cfef969782cd3c78:/heatbath.cpp diff --git a/heatbath.cpp b/heatbath.cpp index 0c1348d..6491da9 100644 --- a/heatbath.cpp +++ b/heatbath.cpp @@ -20,6 +20,9 @@ #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