]> git.treefish.org Git - phys/heatbath.git/blobdiff - sim-nor.hpp
Made the sweep a checkerboard sweep.
[phys/heatbath.git] / sim-nor.hpp
index 7bb4a7c8fa8adb868c5c9755096ca5f48c07f158..9c1d16693a03d70281c430444f309555e133c595 100644 (file)
@@ -21,15 +21,10 @@ public:
 private:
   void _makeSweep();
   void _newParas();
-
   gsl_rng* rangsl;
-
   neigh *nb;
-
   int updatePhi (const int& x);
-
   double M;
-
   double SofPhi(const int& x, const complex<double>& phix);
   double rhoPhi(const int& x, const complex<double>& phixCandidate);
 };