From: Alexander Schmidt Date: Wed, 13 Nov 2013 09:58:22 +0000 (+0100) Subject: Set siteconf to complex phi field. X-Git-Url: http://git.treefish.org/~alex/phys/heatbath.git/commitdiff_plain/ab41bb7082bbe38266ed56d970773083200c5b71 Set siteconf to complex phi field. --- 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;