mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Junk commit fix
This commit is contained in:
parent
2a48617ac5
commit
9b6b0caa55
@ -382,16 +382,6 @@ void CayleyFermion5D<Impl>::MeooeDag (const FermionField &psi, FermionField &
|
|||||||
MeooeDag5D(this->tmp(),chi);
|
MeooeDag5D(this->tmp(),chi);
|
||||||
}
|
}
|
||||||
|
|
||||||
-void CayleyFermion5D<Impl>::Mdir (const FermionField &psi, FermionField &chi,int dir,int disp){
|
|
||||||
- Meo5D(psi,this->tmp());
|
|
||||||
+void CayleyFermion5D<Impl>::Mdir (const FermionField &psi, FermionField &chi,int dir,int disp)
|
|
||||||
+{
|
|
||||||
// Apply 4d dslash fragment
|
|
||||||
- this->DhopDir(this->tmp(),chi,dir,disp);
|
|
||||||
+ this->DhopDir(tmp,chi,dir,disp);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
template<class Impl>
|
template<class Impl>
|
||||||
void CayleyFermion5D<Impl>::Mdir (const FermionField &psi, FermionField &chi,int dir,int disp)
|
void CayleyFermion5D<Impl>::Mdir (const FermionField &psi, FermionField &chi,int dir,int disp)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user