Reverting unintentional changes

git-svn-id: https://subversion.assembla.com/svn/qmcdev/trunk@6252 e5b18d87-469d-4833-9cc0-8cdfa06e9491
This commit is contained in:
Raymond Clay 2014-02-24 20:08:31 +00:00
parent f2d670a7fe
commit 517654acc8
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ bool HDFWalkerInputManager::put(xmlNodePtr cur)
string froot("0"), cfile("0");
//string target("e"), collect("no");
int anode=-1, nblocks=1, nprocs=1;
HDFVersion in_version(0,1); //set to be old version
HDFVersion in_version(0,4); //set to be old version
OhmmsAttributeSet pAttrib;
pAttrib.add(cfile,"href");
pAttrib.add(cfile,"file");

View File

@ -230,7 +230,7 @@ bool CSVMC::run()
}
CSMovers[ip]->stopBlock(false);
// app_log()<<"THREAD "<<ip<<endl;
CSMovers[ip]->updateAvgWeights();
// CSMovers[ip]->updateAvgWeights();
}//end-of-parallel for
//Estimators->accumulateCollectables(wClones,nSteps);