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
8dd83de26c
commit
be93ce7163
@ -40,6 +40,8 @@ public:
|
||||
|
||||
GPUSender(const OwnerOverlapCopyCommunicationType& cpuOwnerOverlapCopy) : m_cpuOwnerOverlapCopy(cpuOwnerOverlapCopy){}
|
||||
|
||||
virtual ~GPUSender() = default;
|
||||
|
||||
/**
|
||||
* @brief copyOwnerToAll will copy source to the CPU, then call OwnerOverlapCopyCommunicationType::copyOwnerToAll on
|
||||
* the copied data, and copy the result back to the GPU
|
||||
|
Loading…
Reference in New Issue
Block a user