mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 11:15:55 +01:00
virtual destructor for LinearOperator
This commit is contained in:
parent
4072408b6f
commit
5d7e0d18b9
@ -542,6 +542,7 @@ public:
|
|||||||
(*this)(in[i], out[i]);
|
(*this)(in[i], out[i]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
virtual ~LinearFunction(){};
|
||||||
};
|
};
|
||||||
|
|
||||||
template<class Field> class IdentityLinearFunction : public LinearFunction<Field> {
|
template<class Field> class IdentityLinearFunction : public LinearFunction<Field> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user