]> git.treefish.org Git - phys/heatbath.git/commitdiff
Set siteconf to complex phi field.
authorAlexander Schmidt <alex@treefish.org>
Wed, 13 Nov 2013 09:58:22 +0000 (10:58 +0100)
committerAlexander Schmidt <alex@treefish.org>
Wed, 13 Nov 2013 09:58:22 +0000 (10:58 +0100)
sim.hpp

diff --git a/sim.hpp b/sim.hpp
index e58c70d97a001aadf3de685f5b1ea3ddb59d4066..2e9a6b8412c4bd2e3d7011f2876344745394a708 100644 (file)
--- a/sim.hpp
+++ b/sim.hpp
@@ -2,14 +2,14 @@
 #define SIM_HPP
 
 #include <gsl/gsl_rng.h>
+#include <complex>
 
 #include "latlib/neigh.h"
 
 class sim : public o815::sim {
 public:
   struct siteconf {
-    int k[2][4];
-    int l[2][4];
+    complex<double> phi;
   };
   sim(o815 *_O815);
   siteconf* conf;