mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
split eclproblem in typetag dependent and typetag independent classes
This commit is contained in:
@@ -347,6 +347,11 @@ public:
|
||||
return cellCenterDepth_[globalSpaceIdx];
|
||||
}
|
||||
|
||||
const std::vector<Scalar>& cellCenterDepths() const
|
||||
{
|
||||
return cellCenterDepth_;
|
||||
}
|
||||
|
||||
/*!
|
||||
* \brief Returns the thickness of a degree of freedom [m]
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user