mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-26 03:00:17 -06:00
Merge pull request #715 from akva2/janitoring
fixed: respect rule-of-three for fvbaseintensivequantities
This commit is contained in:
commit
b1b0b4ef2c
@ -48,13 +48,6 @@ class FvBaseIntensiveQuantities
|
||||
using ElementContext = GetPropType<TypeTag, Properties::ElementContext>;
|
||||
|
||||
public:
|
||||
// default constructor
|
||||
FvBaseIntensiveQuantities()
|
||||
{ }
|
||||
|
||||
// copy constructor
|
||||
FvBaseIntensiveQuantities(const FvBaseIntensiveQuantities& v) = default;
|
||||
|
||||
/*!
|
||||
* \brief Register all run-time parameters for the intensive quantities.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user