mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 23:37:06 +01:00
WilsonMG: Remove unnecessary static assertions
This commit is contained in:
@ -80,8 +80,6 @@ int main(int argc, char **argv) {
|
||||
|
||||
WilsonFermionR Dw(Umu, *FGrid, *FrbGrid, mass);
|
||||
|
||||
static_assert(std::is_same<LatticeFermion, typename WilsonFermionR::FermionField>::value, "");
|
||||
|
||||
MdagMLinearOperator<WilsonFermionR, LatticeFermion> MdagMOpDw(Dw);
|
||||
|
||||
std::cout << GridLogMessage << "**************************************************" << std::endl;
|
||||
|
Reference in New Issue
Block a user