Skip to content
Snippets Groups Projects
Commit ba3e1c8c authored by Dan Vonk's avatar Dan Vonk Committed by Daniel Vonk
Browse files

Add virtual destructor for AbstractXPUScatterDev

parent eb421d63
No related branches found
No related tags found
2 merge requests!19Merge develop into main,!17Add CUDA backend
......@@ -98,7 +98,7 @@ public:
std::vector<CartesianCoor3D> vectors, size_t NAF,
boost::asio::ip::tcp::endpoint fileservice_endpoint,
boost::asio::ip::tcp::endpoint monitorservice_endpoint);
~AbstractXPUScatterDevice();
virtual ~AbstractXPUScatterDevice();
AbstractXPUScatterDevice(const AbstractXPUScatterDevice &) = delete;
AbstractXPUScatterDevice &operator=(const AbstractXPUScatterDevice &) = delete;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment