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