From: Alexander Schmidt Date: Mon, 18 Nov 2013 08:53:45 +0000 (+0100) Subject: Initializing fields to 1 for all algorithms. X-Git-Url: http://git.treefish.org/~alex/phys/heatbath.git/commitdiff_plain/5631e78e06df267533ac5e8d97c3053d72a31eb4?ds=sidebyside Initializing fields to 1 for all algorithms. --- diff --git a/sim-nor.hpp b/sim-nor.hpp index 2f5d22c..a15547b 100644 --- a/sim-nor.hpp +++ b/sim-nor.hpp @@ -54,7 +54,9 @@ void sim::_makeSweep() { void sim::_newParas() { M = pow( (*O815->paraQ)["mass"], 2 ) + 4; *log << "SIM: Resetting fields." << endl << flush; - memset(conf, 0, sizeof(siteconf)*LSIZE2); + + for (int ix=0; ixparaQ)["mass"], 2 ) + 4; *log << "SIM: Resetting fields." << endl << flush; - memset(conf, 0, sizeof(siteconf)*LSIZE2); + + for (int ix=0; ix