1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Working on the derivative

This commit is contained in:
Guido Cossu 2017-04-05 10:51:44 +01:00
parent ca6efc685e
commit 6fd82228bf

View File

@ -127,7 +127,7 @@ namespace QCD {
// Derivative parts
template<class Impl>
void WilsonCloverFermion<Impl>::MooDeriv(GaugeField&mat, const FermionField&U, const FermionField&V, int dag){
// Compute the 8 terms of the derivative
assert(0); // not implemented yet
}