mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
DamarisWriter: remove empty destructor
This commit is contained in:
parent
4f366ddb9f
commit
89238fd472
@ -169,9 +169,6 @@ public:
|
|||||||
this->damarisOutputModule_ = std::make_unique<EclOutputBlackOilModule<TypeTag>>(simulator, this->collectToIORank_);
|
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.
|
* \brief Writes localCellData through to Damaris servers. Sets up the unstructured mesh which is passed to Damaris.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user