X-Git-Url: http://git.treefish.org/~alex/phys/heatbath.git/blobdiff_plain/eb8194d0b056a8a616c23532966faafbc3f24be4..979aa454d4235ce0be803a387828587521bf2884:/heatbath.cpp?ds=inline diff --git a/heatbath.cpp b/heatbath.cpp index a6f0859..8df557b 100644 --- a/heatbath.cpp +++ b/heatbath.cpp @@ -1,23 +1,43 @@ #include +#include #include "latlib/o815/o815.h" -#ifdef ALGORITHM_NOR -#define ALGORITHM "nor" -#include "sim-nor.hpp" -#elif ALGORITHM_R -#define ALGORITHM "r" -#include "sim-r.hpp" -#elif ALGORITHM_1MR -#define ALGORITHM "1mr" -#include "sim-1mr.hpp" -#elif ALGORITHM_1MRPLUS -#define ALGORITHM "1mr+" -#include "sim-1mr+.hpp" +#ifdef ALGORITHM_METRO +#define ALGORITHM "metro" +#include "sim-metro.hpp" +#elif ALGORITHM_AHBMHB +#include "sim-nonmetro.hpp" +#define ALGORITHM "AhbMhb" +#elif ALGORITHM_AHBMOR +#include "sim-nonmetro.hpp" +#define ALGORITHM "AhbMor" +#elif ALGORITHM_AORMHB +#include "sim-nonmetro.hpp" +#define ALGORITHM "AorMhb" +#elif ALGORITHM_AORMOR +#include "sim-nonmetro.hpp" +#define ALGORITHM "AorMor" +#elif ALGORITHM_AORM0 +#include "sim-nonmetro.hpp" +#define ALGORITHM "AorM0" +#elif ALGORITHM_AHBM0 +#include "sim-nonmetro.hpp" +#define ALGORITHM "AhbM0" +#elif ALGORITHM_A0MOR +#include "sim-nonmetro.hpp" +#define ALGORITHM "A0Mor" +#elif ALGORITHM_A0MHB +#include "sim-nonmetro.hpp" +#define ALGORITHM "A0Mhb" #else #error NO UPDATE-ALGORITHM DEFINED! #endif +#ifdef NONMETRO_A_HB +#error SADSADS +#endif + o815 *O815; sim *Sim;