From a4fcced9b001d6da98344d8aa733bfef547a140e Mon Sep 17 00:00:00 2001 From: Dariusz Murakowski Date: Tue, 21 Apr 2015 23:39:59 -0400 Subject: [PATCH] WF: correctly use init pop frac. --- wf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wf.cpp b/wf.cpp index 690d01d..854be90 100644 --- a/wf.cpp +++ b/wf.cpp @@ -183,7 +183,7 @@ void run(RunParameters &r, unsigned seed) { Hamiltonian H(r.couplingsInfile); H.set_temp(r.bh, r.bJ); - Population P(H, r.n, r.mu, r.initFrac); + Population P(H, r.n, r.mu, r.initPop, r.initFrac); unsigned int i; for (i=0; i