X-Git-Url: http://git.treefish.org/~alex/phys/heatbath.git/blobdiff_plain/05bb53b33c41a70cf1522def0d1892c8700d76a6..eb8194d0b056a8a616c23532966faafbc3f24be4:/heatbath.cpp diff --git a/heatbath.cpp b/heatbath.cpp index 05c5291..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 @@ -56,7 +59,7 @@ void parseLonelyArgs() O815->observables.push_back(new obs_phi2_hist(O815)); } else if ( strcmp(*lonit, "phip2_hist") == 0 ) { - *O815->out->log << "MASTER: registered observable: phi2p_hist" << endl << flush; + *O815->out->log << "MASTER: registered observable: phip2_hist" << endl << flush; O815->observables.push_back(new obs_phip2_hist(O815)); } }