mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
EclGenericOutputBlackoilModule: move destructor definition to compile unit
This commit is contained in:
@@ -141,6 +141,10 @@ EclGenericOutputBlackoilModule(const EclipseState& eclState,
|
||||
}
|
||||
}
|
||||
|
||||
template<class FluidSystem, class Scalar>
|
||||
EclGenericOutputBlackoilModule<FluidSystem,Scalar>::
|
||||
~EclGenericOutputBlackoilModule() = default;
|
||||
|
||||
template<class FluidSystem, class Scalar>
|
||||
void EclGenericOutputBlackoilModule<FluidSystem,Scalar>::
|
||||
outputCumLog(size_t reportStepNum, const bool substep, bool forceDisableCumOutput)
|
||||
|
||||
@@ -209,7 +209,7 @@ public:
|
||||
}
|
||||
|
||||
// Virtual destructor for safer inheritance.
|
||||
virtual ~EclGenericOutputBlackoilModule() = default;
|
||||
virtual ~EclGenericOutputBlackoilModule();
|
||||
|
||||
protected:
|
||||
using ScalarBuffer = std::vector<Scalar>;
|
||||
|
||||
Reference in New Issue
Block a user