Removed query function for default on well ref.depth.
This commit is contained in:
@@ -169,9 +169,6 @@ namespace Opm {
|
||||
return m_headJ;
|
||||
}
|
||||
|
||||
bool Well::getRefDepthDefaulted() const {
|
||||
return !m_refDepth.hasValue();
|
||||
}
|
||||
|
||||
double Well::getRefDepth() const{
|
||||
if (!m_refDepth.hasValue())
|
||||
|
||||
Reference in New Issue
Block a user