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

Hopefully fix link errors on Intel compilers due to having no function body for MomentumFilterBase::apply_phase

This commit is contained in:
Christopher Kelly 2022-04-12 09:51:59 -04:00
parent f77f3a6598
commit 81fe4c937e

View File

@ -37,7 +37,7 @@ NAMESPACE_BEGIN(Grid);
template<typename MomentaField>
struct MomentumFilterBase{
virtual void applyFilter(MomentaField &P) const;
virtual void applyFilter(MomentaField &P) const = 0;
};
//Do nothing