mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-26 03:00:17 -06:00
fvbaseintensivequantities: remove default ctor
it does nothing, no need to declare it
This commit is contained in:
parent
8e38edf928
commit
7552df1529
@ -48,10 +48,6 @@ class FvBaseIntensiveQuantities
|
||||
using ElementContext = GetPropType<TypeTag, Properties::ElementContext>;
|
||||
|
||||
public:
|
||||
// default constructor
|
||||
FvBaseIntensiveQuantities()
|
||||
{ }
|
||||
|
||||
/*!
|
||||
* \brief Register all run-time parameters for the intensive quantities.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user