mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Hadrons: precision fix
This commit is contained in:
parent
6d2df9de79
commit
dcdd891d7d
@ -167,7 +167,7 @@ void TFreeProp<FImpl>::execute(void)
|
||||
}
|
||||
}
|
||||
sol = zero;
|
||||
std::vector<Real> twist = strToVec<Real>(par().twist);
|
||||
std::vector<double> twist = strToVec<double>(par().twist);
|
||||
if(twist.size() != Nd) HADRONS_ERROR(Size, "number of twist angles does not match number of dimensions");
|
||||
mat.FreePropagator(source,sol,mass,twist);
|
||||
FermToProp<FImpl>(prop, sol, s, c);
|
||||
|
Loading…
Reference in New Issue
Block a user