X-Git-Url: http://git.treefish.org/~alex/phys/heatbath.git/blobdiff_plain/50a3598744cc635ceada9ab6adc376f1e3fa10a5..eb8194d0b056a8a616c23532966faafbc3f24be4:/sim-1mr.hpp?ds=sidebyside diff --git a/sim-1mr.hpp b/sim-1mr.hpp index 5565700..beadd7d 100644 --- a/sim-1mr.hpp +++ b/sim-1mr.hpp @@ -15,14 +15,15 @@ public: sim(o815 *_O815); siteconf* conf; unsigned int LSIZE2; + double M; + double m; + neigh *nb; private: void _makeSweep(); void _newParas(); gsl_rng* rangsl; - neigh *nb; void updatePhi (const int& x); - double M; }; @@ -65,6 +66,7 @@ void sim::_makeSweep() { } void sim::_newParas() { + m = (*O815->paraQ)["mass"]; M = pow( (*O815->paraQ)["mass"], 2 ) + 4; *log << "SIM: Resetting fields." << endl << flush;