mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixed: add virtual dtor to class with virtual members
This commit is contained in:
parent
1794934f0d
commit
9751b78992
@ -60,6 +60,8 @@ public:
|
|||||||
|
|
||||||
static std::unique_ptr<Preconditioner> create(PreconditionerType type, int verbosity, ILUReorder opencl_ilu_reorder);
|
static std::unique_ptr<Preconditioner> create(PreconditionerType type, int verbosity, ILUReorder opencl_ilu_reorder);
|
||||||
|
|
||||||
|
virtual ~Preconditioner() = default;
|
||||||
|
|
||||||
// nested Preconditioners might need to override this
|
// nested Preconditioners might need to override this
|
||||||
virtual void setOpencl(std::shared_ptr<cl::Context>& context, std::shared_ptr<cl::CommandQueue>& queue);
|
virtual void setOpencl(std::shared_ptr<cl::Context>& context, std::shared_ptr<cl::CommandQueue>& queue);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user