mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-10 19:36:56 +01:00
FermionOperator virtual destructor needed for polymorphism
This commit is contained in:
@ -47,6 +47,7 @@ namespace Grid {
|
||||
INHERIT_IMPL_TYPES(Impl);
|
||||
|
||||
FermionOperator(const ImplParams &p= ImplParams()) : Impl(p) {};
|
||||
virtual ~FermionOperator(void) = default;
|
||||
|
||||
virtual FermionField &tmp(void) = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user