]> git.treefish.org Git - phys/heatbath.git/blobdiff - heatbath.cpp
Removed boost from CMake.
[phys/heatbath.git] / heatbath.cpp
index 9744b3304206bef8e913ded9c644c237d1a69f61..8df557bb3623b84c2e71d9b72227fd32789c5be7 100644 (file)
@@ -1,4 +1,5 @@
 #include <complex>
+#include <cstring>
 
 #include "latlib/o815/o815.h"
 
 #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