From 5631e78e06df267533ac5e8d97c3053d72a31eb4 Mon Sep 17 00:00:00 2001 From: Alexander Schmidt Date: Mon, 18 Nov 2013 09:53:45 +0100 Subject: [PATCH] Initializing fields to 1 for all algorithms. --- sim-nor.hpp | 4 +++- sim-r.hpp | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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