DamarisWriter: remove empty destructor

This commit is contained in:
Arne Morten Kvarving 2024-01-31 09:07:04 +01:00
parent 4f366ddb9f
commit 89238fd472

View File

@ -169,9 +169,6 @@ public:
this->damarisOutputModule_ = std::make_unique<EclOutputBlackOilModule<TypeTag>>(simulator, this->collectToIORank_);
}
~DamarisWriter()
{ }
/*!
* \brief Writes localCellData through to Damaris servers. Sets up the unstructured mesh which is passed to Damaris.
*/