Eliminate accidental CSVMCUpdatePbyPWithDrift creation for now

This commit is contained in:
Raymond Clay 2017-09-04 14:52:11 -06:00
parent 852dc2d5e4
commit 4e480873e6
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ void CSVMC::resetRun()
else
{
os << " Using particle-by-particle update with no drift" << std::endl;
CSMovers[ip]=new CSVMCUpdatePbyPWithDriftFast(*wClones[ip],PsiPoolClones[ip],HPoolClones[ip],*Rng[ip]);
CSMovers[ip]=new CSVMCUpdatePbyP(*wClones[ip],PsiPoolClones[ip],HPoolClones[ip],*Rng[ip]);
}
}
else