X-Git-Url: http://git.treefish.org/~alex/phys/heatbath.git/blobdiff_plain/c721fd42d0e3b23e8aa84d998bc8d97e5d8dfc2d..532d407e33ab23eb1430c7f42987b1711b00ac4e:/sim.hpp?ds=sidebyside diff --git a/sim.hpp b/sim.hpp index e58c70d..2e9a6b8 100644 --- a/sim.hpp +++ b/sim.hpp @@ -2,14 +2,14 @@ #define SIM_HPP #include +#include #include "latlib/neigh.h" class sim : public o815::sim { public: struct siteconf { - int k[2][4]; - int l[2][4]; + complex phi; }; sim(o815 *_O815); siteconf* conf;