From: Dariusz Murakowski Date: Wed, 22 Apr 2015 03:39:59 +0000 (-0400) Subject: WF: correctly use init pop frac. X-Git-Url: http://src.murakowski.org/?a=commitdiff_plain;h=a4fcced9b001d6da98344d8aa733bfef547a140e;p=VirEvoDyn.git WF: correctly use init pop frac. --- 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