X-Git-Url: http://git.treefish.org/~alex/phys/heatbath.git/blobdiff_plain/c721fd42d0e3b23e8aa84d998bc8d97e5d8dfc2d..ab41bb7082bbe38266ed56d970773083200c5b71:/sim.hpp 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;