fixed: respect rule-of-three for EclipseGrid

no need to explicitly declare the cc
This commit is contained in:
Arne Morten Kvarving
2022-09-09 07:48:37 +02:00
parent 1f5b60d651
commit 6546b780f8

View File

@@ -60,7 +60,6 @@ namespace Opm {
These constructors will make a copy of the src grid, with
zcorn and or actnum have been adjustments.
*/
EclipseGrid(const EclipseGrid& src) = default;
EclipseGrid(const EclipseGrid& src, const std::vector<int>& actnum);
EclipseGrid(const EclipseGrid& src, const double* zcorn, const std::vector<int>& actnum);