projects
/
VirEvoDyn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c01b92
)
WF: correctly use init pop frac.
author
Dariusz Murakowski
<murakdar@mit.edu>
Wed, 22 Apr 2015 03:39:59 +0000
(23:39 -0400)
committer
Dariusz Murakowski
<murakdar@mit.edu>
Wed, 22 Apr 2015 03:39:59 +0000
(23:39 -0400)
wf.cpp
patch
|
blob
|
history
diff --git
a/wf.cpp
b/wf.cpp
index
690d01d
..
854be90
100644
(file)
--- 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.init
Pop, r.init
Frac);
unsigned int i;
for (i=0; i<r.g; ++i) {