fixed: respect rule-of-three for fvbaseintensivequantities

is no need to explicitly declare the cc here
This commit is contained in:
Arne Morten Kvarving 2022-09-09 08:03:39 +02:00
parent d034fc3b58
commit 8e38edf928

View File

@ -52,9 +52,6 @@ public:
FvBaseIntensiveQuantities()
{ }
// copy constructor
FvBaseIntensiveQuantities(const FvBaseIntensiveQuantities& v) = default;
/*!
* \brief Register all run-time parameters for the intensive quantities.
*/