1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-19 00:07:05 +01:00

Peter's bugfix in ImplicitlyRestartedLanczos.h

My bugfix in MomentumPhase.hpp
This commit is contained in:
Michael Marshall
2019-10-07 17:36:11 +01:00
parent 803329af99
commit 88d6ff8f1d
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ void basisRotate(std::vector<Field> &basis,Eigen::MatrixXd& Qt,int j0, int j1, i
thread_region
{
std::vector < vobj , commAllocator<vobj> > B(Nm); // Thread private
std::vector < vobj > B(Nm); // Thread private
thread_for_in_region(ss, grid->oSites(),{
for(int j=j0; j<j1; ++j) B[j]=0.;