mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
Hopefully fix link errors on Intel compilers due to having no function body for MomentumFilterBase::apply_phase
This commit is contained in:
parent
f77f3a6598
commit
81fe4c937e
@ -37,7 +37,7 @@ NAMESPACE_BEGIN(Grid);
|
|||||||
|
|
||||||
template<typename MomentaField>
|
template<typename MomentaField>
|
||||||
struct MomentumFilterBase{
|
struct MomentumFilterBase{
|
||||||
virtual void applyFilter(MomentaField &P) const;
|
virtual void applyFilter(MomentaField &P) const = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
//Do nothing
|
//Do nothing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user