]> git.treefish.org Git - phys/heatbath.git/blobdiff - heatbath.cpp
...
[phys/heatbath.git] / heatbath.cpp
index 0c1348dbefc1b082b0d19209cfd17cb3ee06b38c..6491da953ec8a85a8ded08c7a3c0455b8fe0e52f 100644 (file)
@@ -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